[Lldb-commits] [lldb] [lldb][RISCV] Support optionally disabled FPR (PR #104547)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 16 04:29:55 PDT 2024
================
@@ -760,6 +772,61 @@ def test_riscv64_regs(self):
self.expect("register read --all")
----------------
DavidSpickett wrote:
(I can't comment on lines that aren't in the diff, booo)
Should the existing test have some new values added to the fp regs? I see that you didn't regenerate it. At least one of those registers would be non zero if you did I think.
https://github.com/llvm/llvm-project/pull/104547
More information about the lldb-commits
mailing list