This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b43e08fc022 [llvm-objcopy] Add test to check that architecture specific [...] new d6b913a2ea3 Fix test to not depend on another subdirectories Input directory new f5c04b04ae3 [llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr
The 2 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: .../llvm-dwarfdump/X86}/Inputs/typeunit-header.s | 0 .../llvm-dwarfdump/X86/debug_type_offset.test | 4 +- .../Inputs/{pt-phdr.elf => dynamic.so} | Bin 8808 -> 9112 bytes .../Inputs/dynsym.so} | Bin 13520 -> 13432 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 +++++++ 9 files changed, 239 insertions(+), 33 deletions(-) copy test/{DebugInfo => tools/llvm-dwarfdump/X86}/Inputs/typeunit-header.s (100%) copy test/tools/llvm-objcopy/Inputs/{pt-phdr.elf => dynamic.so} (82%) mode change 100644 => 100755 copy test/tools/{llvm-readobj/Inputs/verneed.elf-x86-64 => llvm-objcopy/Inputs/dyn [...] mode change 100644 => 100755 create mode 100644 test/tools/llvm-objcopy/dynamic.test create mode 100644 test/tools/llvm-objcopy/dynstr.test create mode 100644 test/tools/llvm-objcopy/dynsym.test