[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:33:55 PDT 2024


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

AArch64 has been saved from this problem by a lot of the new register state being weird enough it doesn't fit in this test very well. So for example scalable matrix extension ended up in `lldb/test/API/linux/aarch64/sme_core_file/TestAArch64LinuxSMECoreFile.py`.

But adding basics like FP here in this file is fine.

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


More information about the lldb-commits mailing list