This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca1e713fdd4 [DebugInfo]Print correct value for special opcode address i [...] new e9f465a6a80 [llvm-objcopy] Allow regular expressions in name comparison
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/ELF/globalize.test | 2 + .../llvm-objcopy/ELF/keep-global-symbols.test | 13 +++++ test/tools/llvm-objcopy/ELF/keep-many.test | 7 +++ test/tools/llvm-objcopy/ELF/keep-only-section.test | 11 ++++ test/tools/llvm-objcopy/ELF/keep-symbol.test | 8 +++ test/tools/llvm-objcopy/ELF/localize.test | 2 + test/tools/llvm-objcopy/ELF/regex.test | 60 ++++++++++++++++++++++ test/tools/llvm-objcopy/ELF/remove-section.test | 8 +++ test/tools/llvm-objcopy/ELF/strip-symbol.test | 4 +- test/tools/llvm-objcopy/ELF/weaken.test | 2 + tools/llvm-objcopy/CopyConfig.cpp | 47 +++++++++++------ tools/llvm-objcopy/CopyConfig.h | 30 +++++++---- tools/llvm-objcopy/ObjcopyOpts.td | 4 ++ tools/llvm-objcopy/StripOpts.td | 4 ++ 14 files changed, 175 insertions(+), 27 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/regex.test