This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from acd323e334a [SLPVectorizer] Update file missed in rL356913 new ea6301340f3 [llvm-objcopy]Preserve data in segments not covered by 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/preserve-segment-contents-ehdr-phdrs.test | 41 ++ .../ELF/preserve-segment-contents.test | 639 +++++++++++++++++++++ tools/llvm-objcopy/ELF/Object.cpp | 38 +- tools/llvm-objcopy/ELF/Object.h | 14 +- 4 files changed, 727 insertions(+), 5 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/preserve-segment-contents-ehdr-phdrs.test create mode 100644 test/tools/llvm-objcopy/ELF/preserve-segment-contents.test