This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee28e9a4fa1 [ARM] Relax 'cpsie'/'cpsid' flag parsing. new 7098693fab3 Reland "[llvm-objcopy] Add support for nested and overlappi [...]
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/adjacent-segments.test | 62 ++++++++++++ test/tools/llvm-objcopy/identical-segments.test | 82 ++++++++++++++++ test/tools/llvm-objcopy/overlap-chain.test | 117 ++++++++++++++++++++++ test/tools/llvm-objcopy/pt-phdr.test | 71 ++++++++++++++ test/tools/llvm-objcopy/triple-overlap.test | 123 ++++++++++++++++++++++++ tools/llvm-objcopy/Object.cpp | 72 ++++++++++++-- tools/llvm-objcopy/Object.h | 1 + 7 files changed, 522 insertions(+), 6 deletions(-) create mode 100644 test/tools/llvm-objcopy/adjacent-segments.test create mode 100644 test/tools/llvm-objcopy/identical-segments.test create mode 100644 test/tools/llvm-objcopy/overlap-chain.test create mode 100644 test/tools/llvm-objcopy/pt-phdr.test create mode 100644 test/tools/llvm-objcopy/triple-overlap.test