mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Omit lto.h from the llvmCore result; henceforth, this will be supplied
by clang. Radar 9042056. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126507 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98ea4ce516
commit
539f817e34
@ -341,6 +341,9 @@ else
|
||||
fi
|
||||
rm -f lib/libLTO.a lib/libLTO.la
|
||||
|
||||
// Omit lto.h from the result. Clang will supply.
|
||||
find $DEST_DIR$DEST_ROOT -name lto.h -delete
|
||||
|
||||
################################################################################
|
||||
# Remove debugging information from DEST_DIR.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user