Fix the name of libLLVMHello.dylib so that it does not get installed for
authorBob Wilson <bob.wilson@apple.com>
Fri, 22 Oct 2010 22:10:57 +0000 (22:10 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 22 Oct 2010 22:10:57 +0000 (22:10 +0000)
Apple builds.  Radar 8585383.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117164 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/build_llvm

index 39ec1ccda9c0c21a894a17c12e705358696ab878..74fafb6f970feb136c2495be796f773013db6636 100755 (executable)
@@ -270,7 +270,7 @@ else
 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