From f85aa6be48ae0cd2164b1b5f70092df7d7325bb2 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Thu, 5 Oct 2017 22:48:34 +0000 Subject: [PATCH] [CMake] Add install-distribution-toolchain to stage2 target list This allows generating toolchains with just the distribution components instead of toolchains with everything. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315030 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/caches/Apple-stage1.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/caches/Apple-stage1.cmake b/cmake/caches/Apple-stage1.cmake index 30b8972d27..5180888013 100644 --- a/cmake/caches/Apple-stage1.cmake +++ b/cmake/caches/Apple-stage1.cmake @@ -46,6 +46,7 @@ set(CLANG_BOOTSTRAP_TARGETS distribution install-distribution install-xcode-toolchain + install-distribution-toolchain clang CACHE STRING "") #bootstrap -- 2.40.0