We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83b639 commit 1467b3bCopy full SHA for 1467b3b
clang/docs/ReleaseNotes.rst
@@ -219,6 +219,8 @@ Modified Compiler Flags
219
220
- `-Wpadded` option implemented for the `x86_64-windows-msvc` target. Fixes #61702
221
222
+- The ``-mexecute-only`` and ``-mpure-code`` flags are now accepted for AArch64 targets. (#GH125688)
223
+
224
Removed Compiler Flags
225
-------------------------
226
@@ -569,6 +571,9 @@ Arm and AArch64 Support
569
571
570
572
- Support for __ptrauth type qualifier has been added.
573
574
+- For AArch64, added support for generating executable-only code sections by using the
575
+ ``-mexecute-only`` or ``-mpure-code`` compiler flags. (#GH125688)
576
577
Android Support
578
^^^^^^^^^^^^^^^
579
0 commit comments