This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f5c04b04ae3 [llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr new 9957e3f78d1 Revert "[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, 6 insertions(+), 522 deletions(-) delete mode 100644 test/tools/llvm-objcopy/adjacent-segments.test delete mode 100644 test/tools/llvm-objcopy/identical-segments.test delete mode 100644 test/tools/llvm-objcopy/overlap-chain.test delete mode 100644 test/tools/llvm-objcopy/pt-phdr.test delete mode 100644 test/tools/llvm-objcopy/triple-overlap.test