[llvm-branch-commits] [llvm-branch] r90192 - /llvm/branches/Apple/Zoidberg/utils/buildit/build_llvm
Eric Christopher
echristo at apple.com
Mon Nov 30 18:32:27 PST 2009
Author: echristo
Date: Mon Nov 30 20:32:27 2009
New Revision: 90192
URL: http://llvm.org/viewvc/llvm-project?rev=90192&view=rev
Log:
Merge from mainline.
Modified:
llvm/branches/Apple/Zoidberg/utils/buildit/build_llvm
Modified: llvm/branches/Apple/Zoidberg/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/utils/buildit/build_llvm?rev=90192&r1=90191&r2=90192&view=diff
==============================================================================
--- llvm/branches/Apple/Zoidberg/utils/buildit/build_llvm (original)
+++ llvm/branches/Apple/Zoidberg/utils/buildit/build_llvm Mon Nov 30 20:32:27 2009
@@ -341,6 +341,14 @@
find $DEST_DIR -name html.tar.gz -exec rm {} \;
################################################################################
+# symlinks so that B&I can find things
+
+cd $DEST_DIR
+mkdir -p ./usr/lib/
+cd usr/lib
+ln -s ../../Developer/usr/lib/libLTO.dylib ./libLTO.dylib
+
+################################################################################
# w00t! Done!
exit 0
More information about the llvm-branch-commits
mailing list