[llvm] 5ccf19d - [ARM] add execute-only Armv6-M support to the release notes (#77937)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 06:33:19 PST 2024
Author: Ties Stuij
Date: 2024-01-15T14:33:15Z
New Revision: 5ccf19ded09f68bef43275c81c20b0e65f7c0b75
URL: https://github.com/llvm/llvm-project/commit/5ccf19ded09f68bef43275c81c20b0e65f7c0b75
DIFF: https://github.com/llvm/llvm-project/commit/5ccf19ded09f68bef43275c81c20b0e65f7c0b75.diff
LOG: [ARM] add execute-only Armv6-M support to the release notes (#77937)
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 244bc82fb6ba24..9460bc992b0aae 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -117,6 +117,7 @@ Changes to the ARM Backend
--------------------------
* Added support for Cortex-M52 CPUs.
+* Added execute-only support for Armv6-M.
Changes to the AVR Backend
--------------------------
More information about the llvm-commits
mailing list