This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3a3ccda026 Test commit new cd514b66e80 [llvm-objcopy] Add support for -I binary -B <arch>.
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: .../llvm-objcopy/binary-input-and-output.test | 15 +++ test/tools/llvm-objcopy/binary-input-arch.test | 75 +++++++++++ test/tools/llvm-objcopy/binary-input-error.test | 10 ++ test/tools/llvm-objcopy/binary-input.test | 112 ++++++++++++++++ tools/llvm-objcopy/Object.cpp | 147 +++++++++++++++++---- tools/llvm-objcopy/Object.h | 54 +++++++- tools/llvm-objcopy/llvm-objcopy.cpp | 136 ++++++++++++++----- 7 files changed, 485 insertions(+), 64 deletions(-) create mode 100644 test/tools/llvm-objcopy/binary-input-and-output.test create mode 100644 test/tools/llvm-objcopy/binary-input-arch.test create mode 100644 test/tools/llvm-objcopy/binary-input-error.test create mode 100644 test/tools/llvm-objcopy/binary-input.test