[PATCH] D40258: [CMake] Support side-by-side checkouts in multi-stage build

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 16:35:21 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319267: [CMake] Support side-by-side checkouts in multi-stage build (authored by phosek).

Changed prior to commit:
  https://reviews.llvm.org/D40258?vs=123606&id=124665#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40258

Files:
  cfe/trunk/CMakeLists.txt


Index: cfe/trunk/CMakeLists.txt
===================================================================
--- cfe/trunk/CMakeLists.txt
+++ cfe/trunk/CMakeLists.txt
@@ -603,7 +603,9 @@
     LLVM_BINUTILS_INCDIR
     CLANG_REPOSITORY_STRING
     CMAKE_MAKE_PROGRAM
-    CMAKE_OSX_ARCHITECTURES)
+    CMAKE_OSX_ARCHITECTURES
+    LLVM_ENABLE_PROJECTS
+    LLVM_ENABLE_RUNTIMES)
 
   # We don't need to depend on compiler-rt if we're building instrumented
   # because the next stage will use the same compiler used to build this stage.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40258.124665.patch
Type: text/x-patch
Size: 527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171129/aad4939e/attachment-0001.bin>


More information about the cfe-commits mailing list