[llvm-branch-commits] [lldb] [lldb] Make RegisterFlagsDetector into RegisterTypesDetector (PR #213892)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 6 08:44:03 PDT 2026
================
@@ -161,16 +163,19 @@ Arm64RegisterFlagsDetector::DetectMTECtrlFields(uint64_t hwcap, uint64_t hwcap2,
{"TCF", 1, 2, &tcf_enum},
{"TAGGED_ADDR_ENABLE", 0}});
- return fields;
----------------
DavidSpickett wrote:
https://github.com/llvm/llvm-project/pull/214515
https://github.com/llvm/llvm-project/pull/213892
More information about the llvm-branch-commits
mailing list