[llvm-branch-commits] [llvm-gcc-branch] r126448 - /llvm-gcc-4.2/branches/Apple/Morbo/build_gcc
Stuart Hastings
stuart at apple.com
Thu Feb 24 15:04:24 PST 2011
Author: stuart
Date: Thu Feb 24 17:04:24 2011
New Revision: 126448
URL: http://llvm.org/viewvc/llvm-project?rev=126448&view=rev
Log:
Omit lto.h from the LLVM-GCC result; henceforth, this will be supplied
by clang. Radar 9042056.
Modified:
llvm-gcc-4.2/branches/Apple/Morbo/build_gcc
Modified: llvm-gcc-4.2/branches/Apple/Morbo/build_gcc
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Morbo/build_gcc?rev=126448&r1=126447&r2=126448&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/Apple/Morbo/build_gcc (original)
+++ llvm-gcc-4.2/branches/Apple/Morbo/build_gcc Thu Feb 24 17:04:24 2011
@@ -803,6 +803,9 @@
ln -s ../../Developer/usr/lib/libLTO.dylib ./libLTO.dylib
fi
+# Remove lto.h from the install directory; clang will supply.
+find $DEST_DIR -name lto.h -print | xargs rm || exit 1
+
# LLVM LOCAL end
find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1
More information about the llvm-branch-commits
mailing list