This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e7c689bb720 Fix gold-plugin Windows build new d414567b402 [llvm-objcopy] Allow strip symtab in executables and DSOs
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/preserve-segment-contents-ehdr-phdrs.test | 2 +- .../llvm-objcopy/ELF/remove-multiple-sections.test | 28 -------------------- .../ELF/segment-shift-section-remove.test | 30 +--------------------- .../ELF/segment-test-remove-section.test | 30 +--------------------- .../ELF/strip-unneeded-all-symbols.test | 21 +++++++++++++++ tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 2 +- tools/llvm-objcopy/ELF/Object.cpp | 21 +++++++++++++++ tools/llvm-objcopy/ELF/Object.h | 5 ++++ 8 files changed, 51 insertions(+), 88 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test