forked from OSchip/llvm-project
[Fuchsia] Include install-distribution-stripped in bootstrap targets
This enables the use of install-distribution-stripped target in the 2-stage builds. Differential Revision: https://reviews.llvm.org/D47758 llvm-svn: 334063
This commit is contained in:
parent
67da1257ee
commit
8084f91e92
|
@ -38,6 +38,7 @@ set(CLANG_BOOTSTRAP_TARGETS
|
|||
clang-test-depends
|
||||
distribution
|
||||
install-distribution
|
||||
install-distribution-stripped
|
||||
clang CACHE STRING "")
|
||||
|
||||
get_cmake_property(variableNames VARIABLES)
|
||||
|
|
Loading…
Reference in New Issue