Skip to content

Commit ea28b94

Browse files
Il-CapitanoIanWood1
authored andcommitted
[AArch64][Docs] Add release note for execute-only support on AArch64 (llvm#134799)
1 parent 7f8e1e0 commit ea28b94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ Changes to Interprocedural Optimizations
8585
Changes to the AArch64 Backend
8686
------------------------------
8787

88+
* Added the `execute-only` target feature, which indicates that the generated
89+
program code doesn't contain any inline data, and there are no data accesses
90+
to code sections. On ELF targets this property is indicated by the
91+
`SHF_AARCH64_PURECODE` section flag.
92+
([#125687](https://github.com/llvm/llvm-project/pull/125687),
93+
[#132196](https://github.com/llvm/llvm-project/pull/132196),
94+
[#133084](https://github.com/llvm/llvm-project/pull/133084))
95+
8896
Changes to the AMDGPU Backend
8997
-----------------------------
9098

0 commit comments

Comments
 (0)