This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec90eb442e3 [SCCP] Fix crash when trying to constant-fold terminators m [...] new da1e48a2f60 [llvm-objcopy] Add --prefix-alloc-sections
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: .../ELF/prefix-alloc-sections-dynrelocsec.test | 5 ++ .../llvm-objcopy/ELF/prefix-alloc-sections.test | 36 ++++++++++++++ .../rename-section-and-prefix-alloc-sections.test | 32 ++++++++++++ tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 18 +++---- tools/llvm-objcopy/CopyConfig.cpp | 2 + tools/llvm-objcopy/CopyConfig.h | 1 + tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 58 +++++++++++++++++++++- tools/llvm-objcopy/ObjcopyOpts.td | 4 ++ 8 files changed, 146 insertions(+), 10 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/prefix-alloc-sections-dynrelocsec.test create mode 100644 test/tools/llvm-objcopy/ELF/prefix-alloc-sections.test create mode 100644 test/tools/llvm-objcopy/ELF/rename-section-and-prefix-alloc-sec [...]