This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca54a620a52 [dsymutil] Use the number of threads specified. new 1ef5698ce17 AMDGPU: Fix MIR test verifier error new f208621845a llvm-objcopy: Implement --extract-partition and --extract-m [...]
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: include/llvm/BinaryFormat/ELF.h | 2 + test/CodeGen/AMDGPU/insert-skips-flat-vmem.mir | 10 +- .../ELF/Inputs/partitions.elf} | Bin 26256 -> 26864 bytes .../llvm-objcopy/ELF/Inputs/partitions.elf.test | 28 +++ test/tools/llvm-objcopy/ELF/partitions.test | 187 +++++++++++++++++++++ tools/llvm-objcopy/CopyConfig.cpp | 9 + tools/llvm-objcopy/CopyConfig.h | 2 + tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 12 +- tools/llvm-objcopy/ELF/Object.cpp | 87 ++++++---- tools/llvm-objcopy/ELF/Object.h | 16 +- tools/llvm-objcopy/ObjcopyOpts.td | 7 + 11 files changed, 319 insertions(+), 41 deletions(-) copy test/tools/{llvm-objdump/X86/Inputs/Objc1.32bit.exe.macho-i386 => llvm-objcop [...] mode change 100755 => 100644 create mode 100644 test/tools/llvm-objcopy/ELF/Inputs/partitions.elf.test create mode 100644 test/tools/llvm-objcopy/ELF/partitions.test