[Lldb-commits] [lldb] [lldb] Rename some register type classes (PR #213684)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 5 04:24:09 PDT 2026


================
@@ -336,6 +336,6 @@ RegisterContextCorePOSIX_riscv32::BuildDynamicRegister(
       CopyRegisterListToVector(reg_info.value_regs),
       CopyRegisterListToVector(reg_info.invalidate_regs),
       /*value_reg_offset=*/0,
-      llvm::dyn_cast_if_present<lldb_private::RegisterFlags>(
+      llvm::dyn_cast_if_present<lldb_private::RegisterTypeFlags>(
----------------
DavidSpickett wrote:

This might not be needed but it will get addressed later. I will do an audit of all the dyn_cast uses.

https://github.com/llvm/llvm-project/pull/213684


More information about the lldb-commits mailing list