mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +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:
@@ -267,8 +267,9 @@ fi
|
|||||||
# The Hello dylib is an example of how to build a pass.
|
# The Hello dylib is an example of how to build a pass.
|
||||||
# The BugpointPasses module is only used to test bugpoint.
|
# The BugpointPasses module is only used to test bugpoint.
|
||||||
# These unversioned dylibs cause verification failures, so do not install them.
|
# These unversioned dylibs cause verification failures, so do not install them.
|
||||||
rm $DEST_DIR$DEST_ROOT/lib/libLLVMHello.dylib
|
# (The wildcards are used to match a "lib" prefix if it is present.)
|
||||||
rm $DEST_DIR$DEST_ROOT/lib/libBugpointPasses.dylib
|
rm $DEST_DIR$DEST_ROOT/lib/*LLVMHello.dylib
|
||||||
|
rm $DEST_DIR$DEST_ROOT/lib/*BugpointPasses.dylib
|
||||||
|
|
||||||
# Compress manpages
|
# Compress manpages
|
||||||
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
|
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
|
||||||
|
Reference in New Issue
Block a user