[AArch64][Docs] Add release note for execute-only support on AArch64#134799
[AArch64][Docs] Add release note for execute-only support on AArch64#134799Il-Capitano merged 1 commit intollvm:mainfrom
Conversation
|
Is there a description somewhere of why you're implementing this? Last time we looked at this, we concluded it wasn't really useful. See https://reviews.llvm.org/D48791 . |
I'm not sure if there's a description of the reason why this is necessary, so I'll summarize it here: The solution that was arrived at the last time assumes that all generated code for AArch64 can be marked execute-only. However this approach has an issue with Providing a Clang font-end option ( The reason why this work was started is to try to turn execute-only memory back on in Android. |
smithp35
left a comment
There was a problem hiding this comment.
Text LGTM on the Arm side. Please leave some time for other reviewers to comment.
No description provided.