forked from OSchip/llvm-project
[CMake][compiler-rt] Mark libcxx build for tsan as standalone
This is to ensure that the libcxx build is properly configured. Differential Revision: https://reviews.llvm.org/D28579 llvm-svn: 291722
This commit is contained in:
parent
1b5f1cfdb4
commit
d7e4ed3bc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue