mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-11 10:31:40 +00:00
Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.
Radar 9056686 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
005c51ddc7
commit
e1b5aa7d86
@ -267,8 +267,9 @@ fi
|
||||
# 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
|
||||
# (The wildcards are used to match a "lib" prefix if it is present.)
|
||||
rm $DEST_DIR$DEST_ROOT/lib/*LLVMHello.dylib
|
||||
rm $DEST_DIR$DEST_ROOT/lib/*BugpointPasses.dylib
|
||||
|
||||
# Compress manpages
|
||||
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
|
||||
|
Loading…
x
Reference in New Issue
Block a user