[llvm-branch-commits] [llvm] [llvm][docs] Add release note for LLDB MTE changes (PR #151548)

David Spickett via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 31 08:59:07 PDT 2025


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/151548

Goes with https://github.com/llvm/llvm-project/pull/151111.

>From 7cc104eb0363522f2be1d5be0697498c697c61b0 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at 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



More information about the llvm-branch-commits mailing list