This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06b700153b4 SelectionDAG: accommodate atomic floating stores. new e8d332f233d [llvm-objcopy] Add additional testing for various cases
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/ELF/invalid-e_phoff.test | 31 ++++++ test/tools/llvm-objcopy/ELF/invalid-e_shoff.test | 30 ++++++ test/tools/llvm-objcopy/ELF/linked-section.test | 29 ++++++ .../ELF/overlapping-sections-in-segments.test | 56 +++++++++++ .../llvm-objcopy/ELF/overlapping-sections.test | 56 +++++++++++ .../ELF/rename-section-duplicate-names.test | 30 ++++++ .../ELF/rename-section-empty-string.test | 24 +++++ .../llvm-objcopy/ELF/shared-strtab-shstrtab.s | 106 +++++++++++++++++++++ test/tools/llvm-objcopy/ELF/strip-sections.test | 94 ++++++++++-------- .../ELF/tail-merged-string-tables.test | 82 ++++++++++++++++ 10 files changed, 497 insertions(+), 41 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/invalid-e_phoff.test create mode 100644 test/tools/llvm-objcopy/ELF/invalid-e_shoff.test create mode 100644 test/tools/llvm-objcopy/ELF/linked-section.test create mode 100644 test/tools/llvm-objcopy/ELF/overlapping-sections-in-segments.test create mode 100644 test/tools/llvm-objcopy/ELF/overlapping-sections.test create mode 100644 test/tools/llvm-objcopy/ELF/rename-section-duplicate-names.test create mode 100644 test/tools/llvm-objcopy/ELF/rename-section-empty-string.test create mode 100644 test/tools/llvm-objcopy/ELF/shared-strtab-shstrtab.s create mode 100644 test/tools/llvm-objcopy/ELF/tail-merged-string-tables.test