diff options
| author | Chris Bieneman <beanz@apple.com> | 2017-10-05 22:48:34 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2017-10-05 22:48:34 +0000 |
| commit | 5d3caffe5ecc3b702d6d8d232cfd5f94af220eac (patch) | |
| tree | c004fd0c1a4d34fa30d0d7a85ae9ccc39bc0fc58 /clang | |
| parent | 330496c3fcdff2a429211ed9d9c1cf9795ee6339 (diff) | |
| download | bcm5719-llvm-5d3caffe5ecc3b702d6d8d232cfd5f94af220eac.tar.gz bcm5719-llvm-5d3caffe5ecc3b702d6d8d232cfd5f94af220eac.zip | |
[CMake] Add install-distribution-toolchain to stage2 target list
This allows generating toolchains with just the distribution components instead of toolchains with everything.
llvm-svn: 315030
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/cmake/caches/Apple-stage1.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/cmake/caches/Apple-stage1.cmake b/clang/cmake/caches/Apple-stage1.cmake index 30b8972d276..51808880131 100644 --- a/clang/cmake/caches/Apple-stage1.cmake +++ b/clang/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 |

