Author: Csanád Hajdú Date: 2025-04-17T16:40:57+02:00 New Revision: 1467b3b0a86fcd4a6b3225fbafd959ee781b5b5c
URL: https://github.com/llvm/llvm-project/commit/1467b3b0a86fcd4a6b3225fbafd959ee781b5b5c DIFF: https://github.com/llvm/llvm-project/commit/1467b3b0a86fcd4a6b3225fbafd959ee781b5b5c.diff LOG: [Clang][Docs] Add release note for execute-only support on AArch64 (#134802) Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 0ea8498351c24..0a46bbea96f6c 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -219,6 +219,8 @@ Modified Compiler Flags - `-Wpadded` option implemented for the `x86_64-windows-msvc` target. Fixes #61702 +- The ``-mexecute-only`` and ``-mpure-code`` flags are now accepted for AArch64 targets. (#GH125688) + Removed Compiler Flags ------------------------- @@ -569,6 +571,9 @@ Arm and AArch64 Support - Support for __ptrauth type qualifier has been added. +- For AArch64, added support for generating executable-only code sections by using the + ``-mexecute-only`` or ``-mpure-code`` compiler flags. (#GH125688) + Android Support ^^^^^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits