This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e465d88cdec [SampleFDO] Make sample profile loader unaware of compact f [...] new 42eb082d633 The initial .text section generated in object files was mis [...]
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: include/llvm/MC/MCELFObjectWriter.h | 3 +++ include/llvm/MC/MCSection.h | 7 ++++++ lib/MC/ELFObjectWriter.cpp | 3 +++ lib/MC/MCELFObjectTargetWriter.cpp | 3 +++ lib/MC/MCObjectStreamer.cpp | 6 +++++ lib/MC/MCSection.cpp | 3 ++- lib/Target/ARM/ARMTargetObjectFile.cpp | 14 ++++++++++- lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 18 ++++++++++++++ test/CodeGen/ARM/execute-only.ll | 3 +++ test/MC/ARM/elf-execute-only-section.ll | 13 ++++++++++ ...ion.s => execute-only-populated-text-section.s} | 27 ++++---------------- test/MC/ELF/ARM/execute-only-section.s | 3 ++- ...-section.s => execute-only-text-section-data.s} | 29 +++++----------------- 13 files changed, 84 insertions(+), 48 deletions(-) create mode 100644 test/MC/ARM/elf-execute-only-section.ll copy test/MC/ELF/ARM/{execute-only-section.s => execute-only-populated-text-sectio [...] copy test/MC/ELF/ARM/{execute-only-section.s => execute-only-text-section-data.s} (54%)