This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d88286b7cf [CodeGen] Fix inconsistent declaration parameter name new 51e4fb6e38b [llvm-objcopy] Add support for large indexes
The 1 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: test/tools/llvm-objcopy/Inputs/many-sections.o.gz | Bin 0 -> 155402 bytes test/tools/llvm-objcopy/Inputs/ungzip.py | 5 + test/tools/llvm-objcopy/auto-remove-shndx.test | 5 + test/tools/llvm-objcopy/many-sections.test | 53 ++++++ test/tools/llvm-objcopy/remove-shndx.test | 7 + test/tools/llvm-objcopy/strict-no-add.test | 10 ++ tools/llvm-objcopy/Object.cpp | 188 ++++++++++++++++++++-- tools/llvm-objcopy/Object.h | 48 +++++- 8 files changed, 295 insertions(+), 21 deletions(-) create mode 100644 test/tools/llvm-objcopy/Inputs/many-sections.o.gz create mode 100644 test/tools/llvm-objcopy/Inputs/ungzip.py create mode 100644 test/tools/llvm-objcopy/auto-remove-shndx.test create mode 100644 test/tools/llvm-objcopy/many-sections.test create mode 100644 test/tools/llvm-objcopy/remove-shndx.test create mode 100644 test/tools/llvm-objcopy/strict-no-add.test