[llvm-commits] [llvm] r117164 - /llvm/trunk/utils/buildit/build_llvm
Bob Wilson
bob.wilson at apple.com
Fri Oct 22 15:10:57 PDT 2010
Author: bwilson
Date: Fri Oct 22 17:10:57 2010
New Revision: 117164
URL: http://llvm.org/viewvc/llvm-project?rev=117164&view=rev
Log:
Fix the name of libLLVMHello.dylib so that it does not get installed for
Apple builds. Radar 8585383.
Modified:
llvm/trunk/utils/buildit/build_llvm
Modified: llvm/trunk/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/build_llvm?rev=117164&r1=117163&r2=117164&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/build_llvm (original)
+++ llvm/trunk/utils/buildit/build_llvm Fri Oct 22 17:10:57 2010
@@ -270,7 +270,7 @@
fi
# The Hello dylib is an example of how to build a pass. No need to install it.
-rm $DEST_DIR$DEST_ROOT/lib/LLVMHello.dylib
+rm $DEST_DIR$DEST_ROOT/lib/libLLVMHello.dylib
# Compress manpages
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
More information about the llvm-commits
mailing list