[PATCH] D28579: [CMake][compiler-rt] Mar libcxx build for tsan as standalone

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 14:50:10 PST 2017


phosek created this revision.
phosek added reviewers: beanz, krasin.
phosek added a subscriber: llvm-commits.
phosek set the repository for this revision to rL LLVM.
Herald added subscribers: mgorny, dberris.
Herald added a reviewer: EricWF.

This is to ensure that the libcxx build is properly configured.


Repository:
  rL LLVM

https://reviews.llvm.org/D28579

Files:
  cmake/Modules/AddCompilerRT.cmake


Index: cmake/Modules/AddCompilerRT.cmake
===================================================================
--- cmake/Modules/AddCompilerRT.cmake
+++ 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.84027.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/758b23d4/attachment.bin>


More information about the llvm-commits mailing list