Skip to content

Commit 1467b3b

Browse files
authored
[Clang][Docs] Add release note for execute-only support on AArch64 (#134802)
1 parent d83b639 commit 1467b3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ Modified Compiler Flags
219219

220220
- `-Wpadded` option implemented for the `x86_64-windows-msvc` target. Fixes #61702
221221

222+
- The ``-mexecute-only`` and ``-mpure-code`` flags are now accepted for AArch64 targets. (#GH125688)
223+
222224
Removed Compiler Flags
223225
-------------------------
224226

@@ -569,6 +571,9 @@ Arm and AArch64 Support
569571

570572
- Support for __ptrauth type qualifier has been added.
571573

574+
- For AArch64, added support for generating executable-only code sections by using the
575+
``-mexecute-only`` or ``-mpure-code`` compiler flags. (#GH125688)
576+
572577
Android Support
573578
^^^^^^^^^^^^^^^
574579

0 commit comments

Comments
 (0)