From 3eaf5dc052846df0f793644c240315131f1d1689 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Wed, 23 Mar 2016 01:47:05 +0000 Subject: [PATCH] [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 --- clang/cmake/caches/Apple-stage1.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/cmake/caches/Apple-stage1.cmake b/clang/cmake/caches/Apple-stage1.cmake index a98b2ab..814cfdf 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 -- 2.7.4