[llvm-branch-commits] [llvm] 1f17474 - [llvm][docs] Add release note for LLDB MTE changes
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 5 01:47:51 PDT 2025
Author: David Spickett
Date: 2025-08-05T10:47:45+02:00
New Revision: 1f174745928283df10386cd5e8345567da47bb83
URL: https://github.com/llvm/llvm-project/commit/1f174745928283df10386cd5e8345567da47bb83
DIFF: https://github.com/llvm/llvm-project/commit/1f174745928283df10386cd5e8345567da47bb83.diff
LOG: [llvm][docs] Add release note for LLDB MTE changes
Goes with https://github.com/llvm/llvm-project/pull/151111.
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
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