Skip to content

Commit

Permalink
Revert "[LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchite…
Browse files Browse the repository at this point in the history
…ctureSupport()"

This reverts commit de86508.

Reason to revert: author name is wrong.
  • Loading branch information
SixWeining committed Nov 4, 2022
1 parent de86508 commit b3578f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/source/Host/common/HostInfoBase.cpp
Expand Up @@ -340,7 +340,6 @@ void HostInfoBase::ComputeHostArchitectureSupport(ArchSpec &arch_32,
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;
Expand Down

0 comments on commit b3578f3

Please sign in to comment.