[llvm-branch-commits] [cfe-branch] r151772 - /cfe/branches/Apple/palisade-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Wed Feb 29 15:35:43 PST 2012
Author: ddunbar
Date: Wed Feb 29 17:35:43 2012
New Revision: 151772
URL: http://llvm.org/viewvc/llvm-project?rev=151772&view=rev
Log:
build/order-files: Reenable automatic order file generation.
Modified:
cfe/branches/Apple/palisade-IB/ClangBNI.mk
Modified: cfe/branches/Apple/palisade-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/ClangBNI.mk?rev=151772&r1=151771&r2=151772&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/palisade-IB/ClangBNI.mk Wed Feb 29 17:35:43 2012
@@ -401,7 +401,7 @@
$(_v) find $(DSTROOT) -name \*.dSYM -print | xargs rm -r
$(_v)- $(CHOWN) -R root:wheel $(DSTROOT) $(SYMROOT)
-build-clang: build-clang_final
+build-clang: build-clang_final_ordered
build-clang_final: configure-clang_final
$(_v) for arch in $(RC_ARCHS) ; do \
More information about the llvm-branch-commits
mailing list