This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 259c18e64e0 Add testcase accidentally left out from r323460. new ca099d91d2f [llvm-objcopy] Refactor llvm-objcopy to use reader and writ [...]
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/Inputs/alloc-symtab.o | Bin 0 -> 1312 bytes test/tools/llvm-objcopy/binary-out-error.test | 2 + test/tools/llvm-objcopy/remove-shstrtab-error.test | 2 +- tools/llvm-objcopy/Object.cpp | 602 ++++++++++++--------- tools/llvm-objcopy/Object.h | 325 +++++++---- tools/llvm-objcopy/llvm-objcopy.cpp | 134 ++--- tools/llvm-objcopy/llvm-objcopy.h | 3 + 7 files changed, 630 insertions(+), 438 deletions(-) create mode 100644 test/tools/llvm-objcopy/Inputs/alloc-symtab.o create mode 100644 test/tools/llvm-objcopy/binary-out-error.test