summaryrefslogtreecommitdiff
path: root/utils/buildit
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-10-22 23:04:17 +0000
committerBob Wilson <bob.wilson@apple.com>2010-10-22 23:04:17 +0000
commit04b2bb30f6e0359a3d4a361488552f148ad20c13 (patch)
tree900b9fd017ca2c6b1d38e793dddf7cef47e61f36 /utils/buildit
parent353f8668b8fff8a5e2cfdbb01dc48ae1104d6804 (diff)
downloadllvm-04b2bb30f6e0359a3d4a361488552f148ad20c13.tar.gz
llvm-04b2bb30f6e0359a3d4a361488552f148ad20c13.tar.bz2
llvm-04b2bb30f6e0359a3d4a361488552f148ad20c13.tar.xz
Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rwxr-xr-xutils/buildit/build_llvm5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 74fafb6f97..122650a1c0 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -269,8 +269,11 @@ else
-exec lipo -extract ppc7400 -extract i386 -extract x86_64 {} -output {} \;
fi
-# The Hello dylib is an example of how to build a pass. No need to install it.
+# The Hello dylib is an example of how to build a pass.
+# The BugpointPasses module is only used to test bugpoint.
+# These unversioned dylibs cause verification failures, so do not install them.
rm $DEST_DIR$DEST_ROOT/lib/libLLVMHello.dylib
+rm $DEST_DIR$DEST_ROOT/lib/libBugpointPasses.dylib
# Compress manpages
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1