This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f72707ee11c [InstCombine] add more tests for potentially poisonous shifts; NFC new 80e7ea0a47d [llvm-objcopy] Add support for static libraries
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/basic-archive-copy.test | 99 ++++++++++++++++++ .../llvm-objcopy/fail-no-output-directory.test | 2 +- test/tools/llvm-objcopy/strip-all.test | 6 ++ test/tools/llvm-objcopy/strip-debug.test | 63 ++++++++++++ tools/llvm-objcopy/Object.cpp | 104 ++++++++++--------- tools/llvm-objcopy/Object.h | 71 ++++++++++--- tools/llvm-objcopy/llvm-objcopy.cpp | 114 ++++++++++++++++----- 7 files changed, 372 insertions(+), 87 deletions(-) create mode 100644 test/tools/llvm-objcopy/basic-archive-copy.test