aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2017-07-11 23:41:15 +0000
committerPetr Hosek <phosek@chromium.org>2017-07-11 23:41:15 +0000
commitab9991ff4b46ff8352326232f79e508c82812f60 (patch)
treeec621a9cdee1e098802cde2a66f3ef2ab6d0f356 /llvm/lib/Object/WasmObjectFile.cpp
parent1beb702ba2158a324c0b7b4ce8fed77c06044990 (diff)
downloadllvm-ab9991ff4b46ff8352326232f79e508c82812f60.zip
llvm-ab9991ff4b46ff8352326232f79e508c82812f60.tar.gz
llvm-ab9991ff4b46ff8352326232f79e508c82812f60.tar.bz2
[CMake] Support multi-target runtimes build
This changes adds support for building runtimes for multiple different targets using LLVM runtimes directory. The implementation follow the model used already by the builtins build which already supports this option. To specify the runtimes targets to be built, use the LLVM_RUNTIME_TARGETS variable, where the valuae is the list of targets to build runtimes for. To pass a per target variable to the runtimes build, you can set RUNTIMES_<target>_<variable> where <variable> will be passed to the runtimes build for <target>. Each runtime target (except for the default one) will be installed into lib/<target> subdirectory. Build targets will be suffixed with the target name. Differential Revision: https://reviews.llvm.org/D32816 llvm-svn: 307731
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions