diff options
author | Petr Hosek <phosek@chromium.org> | 2017-01-16 00:33:02 +0000 |
---|---|---|
committer | Petr Hosek <phosek@chromium.org> | 2017-01-16 00:33:02 +0000 |
commit | 783426884d5f1879ec6bd31b8cf9e8be24d0bba8 (patch) | |
tree | bf561824a2dae02ecf7639118d70724d3588ab1b | |
parent | 21347ffddf8ece47df52d09fee3e73f450caf6d6 (diff) | |
download | bcm5719-llvm-783426884d5f1879ec6bd31b8cf9e8be24d0bba8.tar.gz bcm5719-llvm-783426884d5f1879ec6bd31b8cf9e8be24d0bba8.zip |
Reland "[CMake][compiler-rt] Mark libcxx build for tsan as standalone"
This relands commit r291722.
llvm-svn: 292083
-rw-r--r-- | compiler-rt/cmake/Modules/AddCompilerRT.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/cmake/Modules/AddCompilerRT.cmake b/compiler-rt/cmake/Modules/AddCompilerRT.cmake index 3c1e1c10d2a..d4533e63197 100644 --- a/compiler-rt/cmake/Modules/AddCompilerRT.cmake +++ b/compiler-rt/cmake/Modules/AddCompilerRT.cmake @@ -380,6 +380,7 @@ macro(add_custom_libcxx name prefix) -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -DLLVM_PATH=${LLVM_MAIN_SRC_DIR} + -DLIBCXX_STANDALONE_BUILD=On LOG_BUILD 1 LOG_CONFIGURE 1 LOG_INSTALL 1 |