[llvm-branch-commits] [llvm-branch] r126528 - /llvm/branches/Apple/Hartnell/utils/buildit/build_llvm
Stuart Hastings
stuart at apple.com
Fri Feb 25 14:58:41 PST 2011
Author: stuart
Date: Fri Feb 25 16:58:41 2011
New Revision: 126528
URL: http://llvm.org/viewvc/llvm-project?rev=126528&view=rev
Log:
Omit lto.h from the llvmCore result; henceforth, this will be supplied
by clang. Radar 9042056.
Modified:
llvm/branches/Apple/Hartnell/utils/buildit/build_llvm
Modified: llvm/branches/Apple/Hartnell/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Hartnell/utils/buildit/build_llvm?rev=126528&r1=126527&r2=126528&view=diff
==============================================================================
--- llvm/branches/Apple/Hartnell/utils/buildit/build_llvm (original)
+++ llvm/branches/Apple/Hartnell/utils/buildit/build_llvm Fri Feb 25 16:58:41 2011
@@ -278,6 +278,9 @@
fi
rm -f lib/libLTO.a lib/libLTO.la
+# Omit lto.h from the result. Clang will supply.
+find $DEST_DIR$DEST_ROOT -name lto.h -delete
+
# The Hello dylib is an example of how to build a pass. No need to install it.
rm lib/LLVMHello.dylib
More information about the llvm-branch-commits
mailing list