[llvm] [ARM] add execute-only Armv6-M support to the release notes (PR #77937)
Ties Stuij via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 07:21:07 PST 2024
https://github.com/stuij created https://github.com/llvm/llvm-project/pull/77937
None
>From e23bfe1807ecff3570c526652788b5115a6fa8fc Mon Sep 17 00:00:00 2001
From: Ties Stuij <ties.stuij at arm.com>
Date: Fri, 12 Jan 2024 15:02:04 +0000
Subject: [PATCH] [ARM] add execute-only Armv6-M support to the release notes
---
llvm/docs/ReleaseNotes.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index ebd3a4542361d9..af0dedd15bd57a 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