This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f012e914c82 gn build: Merge r356082 new e83676d5104 [llvm-objcopy]Don't implicitly strip sections in segments
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/remove-section-in-segment.test | 47 ++++++++++++++++++++++ test/tools/llvm-objcopy/ELF/strip-all-gnu.test | 19 ++++++++- test/tools/llvm-objcopy/ELF/strip-all.test | 12 +++++- test/tools/llvm-objcopy/ELF/strip-non-alloc.test | 12 +++++- test/tools/llvm-objcopy/ELF/strip-sections.test | 11 +++-- tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 6 ++- tools/llvm-objcopy/ObjcopyOpts.td | 19 ++++----- tools/llvm-objcopy/StripOpts.td | 7 ++-- 8 files changed, 112 insertions(+), 21 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/remove-section-in-segment.test