[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:
Petr Hosek 2017-01-11 23:09:16 +00:00
parent 1b5f1cfdb4
commit d7e4ed3bc3
1 changed files with 1 additions and 0 deletions

View File

@ -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