This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9957e3f78d1 Revert "[llvm-objcopy] Add support for nested and overlappi [...] new 4ac8c2f5ab3 Revert "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...]
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/Inputs/dynamic.so | Bin 9112 -> 0 bytes test/tools/llvm-objcopy/Inputs/dynsym.so | Bin 13432 -> 0 bytes test/tools/llvm-objcopy/dynamic.test | 27 -------- test/tools/llvm-objcopy/dynstr.test | 32 --------- test/tools/llvm-objcopy/dynsym.test | 64 ----------------- tools/llvm-objcopy/Object.cpp | 111 +++++++++--------------------- tools/llvm-objcopy/Object.h | 34 --------- 7 files changed, 31 insertions(+), 237 deletions(-) delete mode 100755 test/tools/llvm-objcopy/Inputs/dynamic.so delete mode 100755 test/tools/llvm-objcopy/Inputs/dynsym.so delete mode 100644 test/tools/llvm-objcopy/dynamic.test delete mode 100644 test/tools/llvm-objcopy/dynstr.test delete mode 100644 test/tools/llvm-objcopy/dynsym.test