This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5e785a6cbe [X86] Remove unused function argument. NFC new 96db657c27a [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.zip | Bin 0 -> 155535 bytes test/tools/llvm-objcopy/auto-remove-shndx.test | 5 + test/tools/llvm-objcopy/many-sections.test | 53 ++++++ test/tools/llvm-objcopy/remove-shndx.test | 6 + test/tools/llvm-objcopy/strict-no-add.test | 10 ++ tools/llvm-objcopy/Object.cpp | 197 ++++++++++++++++++--- tools/llvm-objcopy/Object.h | 45 ++++- 7 files changed, 289 insertions(+), 27 deletions(-) create mode 100644 test/tools/llvm-objcopy/Inputs/many-sections.o.zip 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