[Lldb-commits] [PATCH] D137312: [LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSupport()
Lu Weining via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 3 19:28:57 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGde865087f8c0: [LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSupport() (authored by SixWeining).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137312/new/
https://reviews.llvm.org/D137312
Files:
lldb/source/Host/common/HostInfoBase.cpp
Index: lldb/source/Host/common/HostInfoBase.cpp
===================================================================
--- lldb/source/Host/common/HostInfoBase.cpp
+++ lldb/source/Host/common/HostInfoBase.cpp
@@ -340,6 +340,7 @@
case llvm::Triple::ppc64le:
case llvm::Triple::x86_64:
case llvm::Triple::riscv64:
+ case llvm::Triple::loongarch64:
arch_64.SetTriple(triple);
arch_32.SetTriple(triple.get32BitArchVariant());
break;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137312.473107.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221104/ce562119/attachment-0001.bin>
More information about the lldb-commits
mailing list