summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-03-23 01:47:05 +0000
committerChris Bieneman <beanz@apple.com>2016-03-23 01:47:05 +0000
commit3eaf5dc052846df0f793644c240315131f1d1689 (patch)
treea81d62ba5496cc402811db363d2d75265df5e5ec
parent820964e9c611b2a5dd9b5376d4bb0c0c8e6547c3 (diff)
downloadbcm5719-llvm-3eaf5dc052846df0f793644c240315131f1d1689.tar.gz
bcm5719-llvm-3eaf5dc052846df0f793644c240315131f1d1689.zip
[Apple Clang] Expose llvm-config from stage2 builds in stage1
This exposes the stage2-llvm-config target though the stage1 build configuration. llvm-svn: 264125
-rw-r--r--clang/cmake/caches/Apple-stage1.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/cmake/caches/Apple-stage1.cmake b/clang/cmake/caches/Apple-stage1.cmake
index a98b2ab8a1f..814cfdf4860 100644
--- a/clang/cmake/caches/Apple-stage1.cmake
+++ b/clang/cmake/caches/Apple-stage1.cmake
@@ -37,6 +37,7 @@ set(CLANG_BOOTSTRAP_TARGETS
check-all
check-llvm
check-clang
+ llvm-config
test-suite
test-depends
llvm-test-depends
OpenPOWER on IntegriCloud