mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 23:26:25 +00:00
Don't run 'strip' on files that aren't there.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64108 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -176,7 +176,9 @@ echo "#define LLVM_MINOR_VERSION ${RC_ProjectSourceSubversion}" >> $DEST_DIR$DES
|
|||||||
if [ "x$LLVM_DEBUG" != "x1" ]; then
|
if [ "x$LLVM_DEBUG" != "x1" ]; then
|
||||||
# Strip local symbols from llvm libraries.
|
# Strip local symbols from llvm libraries.
|
||||||
strip -S $DEST_DIR$DEST_ROOT/lib/*.[oa]
|
strip -S $DEST_DIR$DEST_ROOT/lib/*.[oa]
|
||||||
strip -Sx $DEST_DIR$DEST_ROOT/lib/*.so
|
for file in $DEST_DIR$DEST_ROOT/lib/*.so; do
|
||||||
|
strip -Sx $file
|
||||||
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy over the tblgen utility.
|
# Copy over the tblgen utility.
|
||||||
|
Reference in New Issue
Block a user