-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[Clang][Docs] Add release note for execute-only support on AArch64 #134802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Clang][Docs] Add release note for execute-only support on AArch64 #134802
Conversation
@llvm/pr-subscribers-backend-aarch64 @llvm/pr-subscribers-clang Author: Csanád Hajdú (Il-Capitano) ChangesFull diff: https://github.com/llvm/llvm-project/pull/134802.diff 1 Files Affected:
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e671183522565..2ca9b0e4b0ae1 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -190,6 +190,9 @@ Modified Compiler Flags
- The compiler flag `-fbracket-depth` default value is increased from 256 to 2048. (#GH94728)
+- The ``-mexecute-only`` and ``-mpure-code`` flags are now accepted for AArch64 targets,
+ allowing the generation of binaries with executable-only code sections. (#GH125688)
+
Removed Compiler Flags
-------------------------
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a Arm and AArch64 Support
section too, is it worth adding a note there either instead or as well? It could maybe just be a note that points back to the Modified Compiler Flags section.
Thanks, I didn't notice that section. I simplified the note in "Modified Compiler Flags" and added one in "Arm and AArch64 Support". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
e3a97bc
to
87fec09
Compare
No description provided.