[Lldb-commits] [lldb] [lldb][RISCV] Support optionally disabled FPR for riscv64 (PR #104547)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 4 07:20:36 PDT 2024
================
@@ -728,7 +746,6 @@ def test_riscv64_regs(self):
"fa2",
"fa3",
"fa4",
- "fa5",
----------------
DavidSpickett wrote:
I would replace this line with:
```
# fa5 is non-zero and checked in the list above.
```
https://github.com/llvm/llvm-project/pull/104547
More information about the lldb-commits
mailing list