[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:13:39 PDT 2024


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

I'm saying that if risc-v grows a lot of strange register state, it will be better served by separate test cases.

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.

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


More information about the lldb-commits mailing list