From: Chris Bieneman Date: Wed, 23 Mar 2016 01:47:05 +0000 (+0000) Subject: [Apple Clang] Expose llvm-config from stage2 builds in stage1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4caa683f4f6e9919ba4631bd0a49831eb458b94a;p=clang [Apple Clang] Expose llvm-config from stage2 builds in stage1 This exposes the stage2-llvm-config target though the stage1 build configuration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264125 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/caches/Apple-stage1.cmake b/cmake/caches/Apple-stage1.cmake index a98b2ab8a1..814cfdf486 100644 --- a/cmake/caches/Apple-stage1.cmake +++ b/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