https://github.com/tru updated https://github.com/llvm/llvm-project/pull/151548

>From 1f174745928283df10386cd5e8345567da47bb83 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spick...@linaro.org>
Date: Thu, 31 Jul 2025 16:56:39 +0100
Subject: [PATCH] [llvm][docs] Add release note for LLDB MTE changes

Goes with https://github.com/llvm/llvm-project/pull/151111.
---
 llvm/docs/ReleaseNotes.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index de6b1181158d2..a126d7ae1ab4a 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -326,6 +326,9 @@ Changes to LLDB
   RISC-V code with `disassemble`'s `--byte` option.
 * LLDB added native support for the Model Context Protocol  (MCP). An MCP
   server can be started with the `protocol-server start MCP` command.
+* On AArch64 Linux, LLDB will now show the state of the `STORE_ONLY` field of
+  `mte_ctrl`. This will only be shown on hardware that has the
+  `FEAT_MTE_STORE_ONLY` architecture feature.
 
 
 ### Changes to lldb-dap

_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to