This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 96db657c27a [llvm-objcopy] Add support for large indexes new 2bc4193b4d5 Revert "[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 155535 -> 0 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, 27 insertions(+), 289 deletions(-) delete mode 100644 test/tools/llvm-objcopy/Inputs/many-sections.o.zip delete mode 100644 test/tools/llvm-objcopy/auto-remove-shndx.test delete mode 100644 test/tools/llvm-objcopy/many-sections.test delete mode 100644 test/tools/llvm-objcopy/remove-shndx.test delete mode 100644 test/tools/llvm-objcopy/strict-no-add.test