[llvm-branch-commits] [llvm-branch] r108921 - /llvm/branches/Apple/Hartnell/utils/buildit/build_llvm

Bob Wilson bob.wilson at apple.com
Tue Jul 20 13:40:31 PDT 2010


Author: bwilson
Date: Tue Jul 20 15:40:31 2010
New Revision: 108921

URL: http://llvm.org/viewvc/llvm-project?rev=108921&view=rev
Log:
Backport one piece of svn r108382: libLLVMHello.dylib was renamed to
LLVMHello.dylib without updating the build_llvm script.

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=108921&r1=108920&r2=108921&view=diff
==============================================================================
--- llvm/branches/Apple/Hartnell/utils/buildit/build_llvm (original)
+++ llvm/branches/Apple/Hartnell/utils/buildit/build_llvm Tue Jul 20 15:40:31 2010
@@ -279,7 +279,7 @@
 rm -f lib/libLTO.a lib/libLTO.la
 
 # The Hello dylib is an example of how to build a pass. No need to install it.
-rm lib/libLLVMHello.dylib
+rm lib/LLVMHello.dylib
 
 # Compress manpages
 MDIR=$DEST_DIR$DEST_ROOT/share/man/man1





More information about the llvm-branch-commits mailing list