[PATCH] D48792: [ARM] Set execute-only flags in .text.

Ivan Lozano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 12:34:59 PDT 2018


ivanlozano updated this revision to Diff 162026.
ivanlozano edited the summary of this revision.
ivanlozano added a comment.

Added the additional HasData property and check to see if data has been emitted to the .text section.


https://reviews.llvm.org/D48792

Files:
  include/llvm/MC/MCSection.h
  lib/MC/ELFObjectWriter.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/MC/MCSection.cpp
  lib/Target/ARM/ARMTargetObjectFile.cpp
  test/MC/ARM/elf-execute-only-section.ll
  test/MC/ELF/ARM/execute-only-populated-text-section.s
  test/MC/ELF/ARM/execute-only-section.s
  test/MC/ELF/ARM/execute-only-text-section-data.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48792.162026.patch
Type: text/x-patch
Size: 8099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180822/8807cd58/attachment.bin>


More information about the llvm-commits mailing list