From: Bob Wilson Date: Fri, 22 Oct 2010 22:10:57 +0000 (+0000) Subject: Fix the name of libLLVMHello.dylib so that it does not get installed for X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=abf4b382a6dee02adec7dbc11cbe4b43a8f17535;p=oota-llvm.git Fix the name of libLLVMHello.dylib so that it does not get installed for Apple builds. Radar 8585383. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117164 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm index 39ec1ccda9c..74fafb6f970 100755 --- a/utils/buildit/build_llvm +++ b/utils/buildit/build_llvm @@ -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