File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,7 @@ Modified Compiler Flags
190
190
191
191
- The compiler flag `-fbracket-depth ` default value is increased from 256 to 2048. (#GH94728)
192
192
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)
195
194
196
195
Removed Compiler Flags
197
196
-------------------------
@@ -474,6 +473,9 @@ X86 Support
474
473
Arm and AArch64 Support
475
474
^^^^^^^^^^^^^^^^^^^^^^^
476
475
476
+ - For AArch64, added support for generating executable-only code sections by using the
477
+ ``-mexecute-only `` or ``-mpure-code `` compiler flags. (#GH125688)
478
+
477
479
Android Support
478
480
^^^^^^^^^^^^^^^
479
481
You can’t perform that action at this time.
0 commit comments