[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 02:18:34 PDT 2024


================
@@ -760,6 +772,61 @@ def test_riscv64_regs(self):
 
         self.expect("register read --all")
 
+    @skipIfLLVMTargetMissing("RISCV")
----------------
DavidSpickett wrote:

> For this PR, just consider renaming the test functions here so that they list what they are testing. So riscv64_gpr, as opposed to to riscv64_nofpr.

Or if you really want to be super clear: `riscv_gpr_only`

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


More information about the lldb-commits mailing list