This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a37e165e436 Debug Info: Fix the SDLoc propagation for a DAGCombiner rule new 773d0e069a4 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, 721 insertions(+), 10 deletions(-) create mode 100644 test/tools/llvm-objcopy/dynsym-error-remove-strtab.test create mode 100644 test/tools/llvm-objcopy/reloc-error-remove-symtab.test create mode 100644 test/tools/llvm-objcopy/remove-section-with-symbol.test create mode 100644 test/tools/llvm-objcopy/remove-section.test create mode 100644 test/tools/llvm-objcopy/remove-shstrtab-error.test create mode 100644 test/tools/llvm-objcopy/remove-symtab.test create mode 100644 test/tools/llvm-objcopy/segment-shift-section-remove.test create mode 100644 test/tools/llvm-objcopy/segment-test-remove-section.test create mode 100644 test/tools/llvm-objcopy/symtab-error-on-remove-strtab.test