This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d93e5a30d09 MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH new 82b8c93df36 [llvm-objcopy] Refactor ELF-specific config out to ELFCopy [...]
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: tools/llvm-objcopy/CMakeLists.txt | 1 + tools/llvm-objcopy/CopyConfig.cpp | 108 ++------------------------- tools/llvm-objcopy/CopyConfig.h | 29 +++++--- tools/llvm-objcopy/ELF/ELFConfig.cpp | 133 ++++++++++++++++++++++++++++++++++ tools/llvm-objcopy/ELF/ELFConfig.h | 44 +++++++++++ tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 4 +- tools/llvm-objcopy/llvm-objcopy.cpp | 29 +++++--- 7 files changed, 220 insertions(+), 128 deletions(-) create mode 100644 tools/llvm-objcopy/ELF/ELFConfig.cpp create mode 100644 tools/llvm-objcopy/ELF/ELFConfig.h