This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ccd20ac14df Move duplicate helpers from DbgValueInst / DbgDeclareInst t [...] new a878acdb05f [llvm-objcopy] Add support for special section indexes in s [...]
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: .../abs-symbol.test} | 7 +- test/tools/llvm-objcopy/common-symbol.test | 84 ++++++++++++++++++++++ .../llvm-objcopy/section-index-unsupported.test | 15 ++++ tools/llvm-objcopy/Object.cpp | 58 +++++++++++++-- tools/llvm-objcopy/Object.h | 20 +++++- 5 files changed, 173 insertions(+), 11 deletions(-) copy test/tools/{yaml2obj/symbol-index.yaml => llvm-objcopy/abs-symbol.test} (85%) create mode 100644 test/tools/llvm-objcopy/common-symbol.test create mode 100644 test/tools/llvm-objcopy/section-index-unsupported.test