This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd2b7d923c7 Test commit access [NFC] new 9bb70eb6817 [llvm-objcopy][llvm-strip] Add switch to allow removing ref [...]
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: .../ELF/dynsym-error-remove-strtab.test | 17 +++++- .../ELF/reloc-error-remove-symtab.test | 18 +++++- .../llvm-objcopy/ELF/remove-linked-section.test | 31 ++++++++++ .../ELF/symtab-error-on-remove-strtab.test | 16 ++++- tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 23 +++---- tools/llvm-objcopy/CopyConfig.cpp | 3 + tools/llvm-objcopy/CopyConfig.h | 1 + tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 5 +- tools/llvm-objcopy/ELF/Object.cpp | 71 ++++++++++++++-------- tools/llvm-objcopy/ELF/Object.h | 12 ++-- tools/llvm-objcopy/ObjcopyOpts.td | 6 ++ tools/llvm-objcopy/StripOpts.td | 6 ++ 12 files changed, 160 insertions(+), 49 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/remove-linked-section.test