[PATCH] D49456: [AArch64] Support execute-only LOAD segments.

Ivan Lozano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 15:02:12 PDT 2018


ivanlozano updated this revision to Diff 157775.
ivanlozano added a comment.

Added the test to make sure that linker scripts are handled correctly. Also added a check against Script->HasSectionsCommand in checkOptions differentiate between Config->SingleRoRx being set via the command-line arg and being set via the script parser.


https://reviews.llvm.org/D49456

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/Writer.cpp
  test/ELF/execute-only-mixed-data.s
  test/ELF/execute-only.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49456.157775.patch
Type: text/x-patch
Size: 4343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/6e236001/attachment.bin>


More information about the llvm-commits mailing list