This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0852af30cb1 [InstCombine] Move the call to foldSelectICmpAnd into foldS [...] new e307afaedb4 Revert "[llvm][llvm-objcopy] Added support for outputting t [...]
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-align-copy.test | 37 ----- test/tools/llvm-objcopy/basic-binary-copy.test | 25 --- tools/llvm-objcopy/LLVMBuild.txt | 2 +- tools/llvm-objcopy/Object.cpp | 205 +++++++++---------------- tools/llvm-objcopy/Object.h | 55 ++----- tools/llvm-objcopy/llvm-objcopy.cpp | 18 +-- 6 files changed, 88 insertions(+), 254 deletions(-) delete mode 100644 test/tools/llvm-objcopy/basic-align-copy.test delete mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test