This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 482634dcda5 [llvm-objdump] - Move variable. NFC. new f0600501054 [HotColdSplitting] Remove unused SSAUpdater.h include (NFC). new d05fef13e36 [llvm-objcopy] [COFF] Remove testcase debugging lines. NFC. new 74c7d422cba [llvm-objcopy] [COFF] Fix handling of aux symbols for big objects new abacd83232a [llvm-objcopy] [COFF] Error out on use of unhandled options
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/IPO/HotColdSplitting.cpp | 1 - test/tools/llvm-objcopy/COFF/Inputs/bigobj.o.gz | Bin 0 -> 7841 bytes .../tools/llvm-objcopy/COFF/add-gnu-debuglink.test | 6 --- test/tools/llvm-objcopy/COFF/bigobj.test | 35 +++++++++++++++ test/tools/llvm-objcopy/ELF/auto-remove-shndx.test | 2 +- test/tools/llvm-objcopy/ELF/many-sections.test | 2 +- test/tools/llvm-objcopy/ELF/remove-shndx.test | 2 +- test/tools/llvm-objcopy/ELF/strict-no-add.test | 2 +- test/tools/llvm-objcopy/{ELF => }/Inputs/ungzip.py | 0 tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 21 +++++++-- tools/llvm-objcopy/COFF/Object.cpp | 6 +-- tools/llvm-objcopy/COFF/Object.h | 18 +++++++- tools/llvm-objcopy/COFF/Reader.cpp | 21 +++++++-- tools/llvm-objcopy/COFF/Writer.cpp | 49 ++++++++++++++++----- tools/llvm-objcopy/COFF/Writer.h | 2 +- 15 files changed, 130 insertions(+), 37 deletions(-) create mode 100644 test/tools/llvm-objcopy/COFF/Inputs/bigobj.o.gz create mode 100644 test/tools/llvm-objcopy/COFF/bigobj.test rename test/tools/llvm-objcopy/{ELF => }/Inputs/ungzip.py (100%)