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

Liu An via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 17 05:15:05 PDT 2024


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

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

LoongArch is one of the targets of LLVM, and no special processing is required here.

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


More information about the lldb-commits mailing list