[Lldb-commits] [lldb] [lldb][RISCV] Fix GetRegisterInfo to support RISCV-32 (PR #175262)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 14 22:58:39 PST 2026
MkDev11 wrote:
Thanks for your feedback. I've updated the PR to use the simpler approach from the attached patch in #175092 (using `GetTriple().getArch()` with `std::unique_ptr<RegisterInfoInterface>`), along with the unit tests. I've also addressed your inline suggestions on the test comments.
https://github.com/llvm/llvm-project/pull/175262
More information about the lldb-commits
mailing list