Skip to content

Commit e3a97bc

Browse files
committed
Add note in "Arm and AArch64 support" section too
1 parent c48168d commit e3a97bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ Modified Compiler Flags
190190

191191
- The compiler flag `-fbracket-depth` default value is increased from 256 to 2048. (#GH94728)
192192

193-
- The ``-mexecute-only`` and ``-mpure-code`` flags are now accepted for AArch64 targets,
194-
allowing the generation of binaries with executable-only code sections. (#GH125688)
193+
- The ``-mexecute-only`` and ``-mpure-code`` flags are now accepted for AArch64 targets. (#GH125688)
195194

196195
Removed Compiler Flags
197196
-------------------------
@@ -474,6 +473,9 @@ X86 Support
474473
Arm and AArch64 Support
475474
^^^^^^^^^^^^^^^^^^^^^^^
476475

476+
- For AArch64, added support for generating executable-only code sections by using the
477+
``-mexecute-only`` or ``-mpure-code`` compiler flags. (#GH125688)
478+
477479
Android Support
478480
^^^^^^^^^^^^^^^
479481

0 commit comments

Comments
 (0)