r315030 - [CMake] Add install-distribution-toolchain to stage2 target list

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 15:48:34 PDT 2017


Author: cbieneman
Date: Thu Oct  5 15:48:34 2017
New Revision: 315030

URL: http://llvm.org/viewvc/llvm-project?rev=315030&view=rev
Log:
[CMake] Add install-distribution-toolchain to stage2 target list

This allows generating toolchains with just the distribution components instead of toolchains with everything.

Modified:
    cfe/trunk/cmake/caches/Apple-stage1.cmake

Modified: cfe/trunk/cmake/caches/Apple-stage1.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage1.cmake?rev=315030&r1=315029&r2=315030&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage1.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage1.cmake Thu Oct  5 15:48:34 2017
@@ -46,6 +46,7 @@ set(CLANG_BOOTSTRAP_TARGETS
   distribution
   install-distribution
   install-xcode-toolchain
+  install-distribution-toolchain
   clang CACHE STRING "")
 
 #bootstrap




More information about the cfe-commits mailing list