This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 030b9437a70 [AMDGPU] Support horizontal vectorization of min/max. new dd5a608d8b6 [llvm-objcopy] Add --strip-symbol (-N) option
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/strip-group-symbol.test | 31 ++++++++++++++++++++++ ...-remove-symtab.test => strip-reloc-symbol.test} | 14 +++++----- .../{weaken.test => strip-symbol.test} | 30 +++++---------------- tools/llvm-objcopy/ObjcopyOpts.td | 5 ++++ tools/llvm-objcopy/Object.cpp | 29 +++++++++++++++++++- tools/llvm-objcopy/Object.h | 7 ++++- tools/llvm-objcopy/llvm-objcopy.cpp | 11 +++++++- 7 files changed, 93 insertions(+), 34 deletions(-) create mode 100644 test/tools/llvm-objcopy/strip-group-symbol.test copy test/tools/llvm-objcopy/{reloc-error-remove-symtab.test => strip-reloc-symbol [...] copy test/tools/llvm-objcopy/{weaken.test => strip-symbol.test} (62%)