This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 773d0e069a4 temporary new cde4888b1c1 Revert "temporary"
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/dynsym-error-remove-strtab.test | 3 - .../llvm-objcopy/reloc-error-remove-symtab.test | 32 ---- .../llvm-objcopy/remove-section-with-symbol.test | 54 ------- test/tools/llvm-objcopy/remove-section.test | 109 -------------- test/tools/llvm-objcopy/remove-shstrtab-error.test | 11 -- test/tools/llvm-objcopy/remove-symtab.test | 57 ------- .../llvm-objcopy/segment-shift-section-remove.test | 164 --------------------- .../llvm-objcopy/segment-test-remove-section.test | 156 -------------------- .../symtab-error-on-remove-strtab.test | 11 -- tools/llvm-objcopy/Object.cpp | 77 +--------- tools/llvm-objcopy/Object.h | 48 +----- tools/llvm-objcopy/llvm-objcopy.cpp | 9 +- 12 files changed, 10 insertions(+), 721 deletions(-) delete mode 100644 test/tools/llvm-objcopy/dynsym-error-remove-strtab.test delete mode 100644 test/tools/llvm-objcopy/reloc-error-remove-symtab.test delete mode 100644 test/tools/llvm-objcopy/remove-section-with-symbol.test delete mode 100644 test/tools/llvm-objcopy/remove-section.test delete mode 100644 test/tools/llvm-objcopy/remove-shstrtab-error.test delete mode 100644 test/tools/llvm-objcopy/remove-symtab.test delete mode 100644 test/tools/llvm-objcopy/segment-shift-section-remove.test delete mode 100644 test/tools/llvm-objcopy/segment-test-remove-section.test delete mode 100644 test/tools/llvm-objcopy/symtab-error-on-remove-strtab.test