[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")
+ @skipIfLLVMTargetMissing("RISCV")
----------------
DavidSpickett wrote:
If everything is optional in risc-v, it may be better to label these tests by what they contain not what they don't.
riscv64_gpr_only
riscv64_gpr_fpr
https://github.com/llvm/llvm-project/pull/104547
More information about the lldb-commits
mailing list