[Lldb-commits] [lldb] [lldb][docs] Add documentation for AArch64 Linux SME only support (PR #165415)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 28 10:03:11 PDT 2025
================
@@ -230,6 +230,75 @@ bytes.
`zt0`'s value and whether it is active or not will be saved prior to
expression evaluation and restored afterwards.
+## SME Only Systems
+
+AArch64 systems may have both SVE and SME (that is, `FEAT_SVE` and `FEAT_SVE`),
----------------
bulbazord wrote:
The second one should say `FEAT_SME` right?
https://github.com/llvm/llvm-project/pull/165415
More information about the lldb-commits
mailing list