[clang] [Clang][Docs] Add release note for execute-only support on AArch64 (PR #134802)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 8 00:58:49 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Csanád Hajdú (Il-Capitano)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/134802.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+3)
``````````diff
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
-------------------------
``````````
</details>
https://github.com/llvm/llvm-project/pull/134802
More information about the cfe-commits
mailing list