r264125 - [Apple Clang] Expose llvm-config from stage2 builds in stage1
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 22 18:47:05 PDT 2016
Author: cbieneman
Date: Tue Mar 22 20:47:05 2016
New Revision: 264125
URL: http://llvm.org/viewvc/llvm-project?rev=264125&view=rev
Log:
[Apple Clang] Expose llvm-config from stage2 builds in stage1
This exposes the stage2-llvm-config target though the stage1 build configuration.
Modified:
cfe/trunk/cmake/caches/Apple-stage1.cmake
Modified: cfe/trunk/cmake/caches/Apple-stage1.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage1.cmake?rev=264125&r1=264124&r2=264125&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage1.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage1.cmake Tue Mar 22 20:47:05 2016
@@ -37,6 +37,7 @@ set(CLANG_BOOTSTRAP_TARGETS
check-all
check-llvm
check-clang
+ llvm-config
test-suite
test-depends
llvm-test-depends
More information about the cfe-commits
mailing list