[PATCH] D48791: [AArch64] Implement execute-only CodeGen Support.

Ivan Lozano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 17:03:53 PDT 2018


ivanlozano added a comment.

Passed an IR file to llc with a mix of functions that have the execute-only attribute set and ones that don't to test this. Two .text sections are generated in the object file, one with the SHF_ARM_PURECODE flag set and one without, and functions reside in their respective sections.


Repository:
  rL LLVM

https://reviews.llvm.org/D48791





More information about the llvm-commits mailing list