mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.
llvm-svn: 117172
This commit is contained in:
parent
593d941f2f
commit
cefd7c2b60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user