mirror of https://github.com/microsoft/clang.git
[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
This commit is contained in:
parent
2a389131d8
commit
f85aa6be48
|
@ -46,6 +46,7 @@ set(CLANG_BOOTSTRAP_TARGETS
|
|||
distribution
|
||||
install-distribution
|
||||
install-xcode-toolchain
|
||||
install-distribution-toolchain
|
||||
clang CACHE STRING "")
|
||||
|
||||
#bootstrap
|
||||
|
|
Loading…
Reference in New Issue