[Lldb-commits] [lldb] [lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (PR #112296)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 17 03:10:26 PDT 2024


================
@@ -833,6 +845,107 @@ def test_riscv64_regs_gpr_only(self):
             substrs=["registers were unavailable"],
         )
 
+    @skipIfLLVMTargetMissing("LoongArch")
----------------
DavidSpickett wrote:

Is LoongArch one LLVM target or do you need to specifically have LoongArch64 for this?

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


More information about the lldb-commits mailing list