[compiler-rt] r292083 - Reland "[CMake][compiler-rt] Mark libcxx build for tsan as standalone"
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 15 16:33:02 PST 2017
Author: phosek
Date: Sun Jan 15 18:33:02 2017
New Revision: 292083
URL: http://llvm.org/viewvc/llvm-project?rev=292083&view=rev
Log:
Reland "[CMake][compiler-rt] Mark libcxx build for tsan as standalone"
This relands commit r291722.
Modified:
compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
Modified: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake?rev=292083&r1=292082&r2=292083&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake (original)
+++ compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake Sun Jan 15 18:33:02 2017
@@ -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
More information about the llvm-commits
mailing list