summaryrefslogtreecommitdiff
path: root/utils/buildit
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-10-22 22:10:57 +0000
committerBob Wilson <bob.wilson@apple.com>2010-10-22 22:10:57 +0000
commitabf4b382a6dee02adec7dbc11cbe4b43a8f17535 (patch)
treef166c8b83b1238a69e50ff7d5c3ed533c964c81f /utils/buildit
parent871bf8752f80420b278b8c80c822fa0249a4fb3c (diff)
downloadllvm-abf4b382a6dee02adec7dbc11cbe4b43a8f17535.tar.gz
llvm-abf4b382a6dee02adec7dbc11cbe4b43a8f17535.tar.bz2
llvm-abf4b382a6dee02adec7dbc11cbe4b43a8f17535.tar.xz
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
Diffstat (limited to 'utils/buildit')
-rwxr-xr-xutils/buildit/build_llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 39ec1ccda9..74fafb6f97 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