[Lldb-commits] [lldb] [lldb][AArch64][Linux] Add support for SME only systems (PR #165413)
Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 1 03:50:37 PDT 2026
https://github.com/omjavaid approved this pull request.
I think this does what SME only system demands but the logic in the register context is becoming very complex tightly stitched and it may not be able to bear the load of yet another Arm architecture extension in future. Lets merge it for now but think of ways we can do a cleaner job that this.
https://github.com/llvm/llvm-project/pull/165413
More information about the lldb-commits
mailing list