[PATCH] D28579: [CMake][compiler-rt] Mark libcxx build for tsan as standalone
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 15:20:19 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL291722: [CMake][compiler-rt] Mark libcxx build for tsan as standalone (authored by phosek).
Changed prior to commit:
https://reviews.llvm.org/D28579?vs=84027&id=84039#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28579
Files:
compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
Index: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
===================================================================
--- compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
+++ compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
@@ -380,6 +380,7 @@
-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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28579.84039.patch
Type: text/x-patch
Size: 511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/4817a00f/attachment.bin>
More information about the llvm-commits
mailing list