This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c8c5ef2e4d [NFC] Use FileCheck in test new ae1ca02d148 Recommit "[llvm-objcopy] Switch over to using TableGen for [...]
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/add-section-remove.test | 2 +- test/tools/llvm-objcopy/add-section.test | 2 +- test/tools/llvm-objcopy/basic-only-keep.test | 2 +- .../llvm-objcopy/binary-first-seg-offset-zero.test | 2 +- test/tools/llvm-objcopy/keep-only-keep.test | 2 +- .../llvm-objcopy/only-keep-remove-strtab.test | 2 +- test/tools/llvm-objcopy/parent-loop-check.test | 2 +- test/tools/llvm-objcopy/remove-section.test | 2 +- tools/llvm-objcopy/CMakeLists.txt | 9 + tools/llvm-objcopy/LLVMBuild.txt | 2 +- tools/llvm-objcopy/Opts.td | 58 +++++ tools/llvm-objcopy/llvm-objcopy.cpp | 283 +++++++++++++-------- 12 files changed, 251 insertions(+), 117 deletions(-) create mode 100644 tools/llvm-objcopy/Opts.td