Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.
authorBob Wilson <bob.wilson@apple.com>
Fri, 22 Oct 2010 23:04:17 +0000 (23:04 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 22 Oct 2010 23:04:17 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117172 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/build_llvm

index 74fafb6f970feb136c2495be796f773013db6636..122650a1c02f79cb6574677aa6aa70fbfab11f8c 100755 (executable)
@@ -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