lldb AArch64 should be listed as yet another 64-bit architecture in HostInfoBase.

See http://reviews.llvm.org/D5070.

Change by Paul Osmialowski.

llvm-svn: 216556
This commit is contained in:
Todd Fiala 2014-08-27 16:21:41 +00:00
parent 89d1542840
commit e4d6922ceb
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ HostInfoBase::ComputeHostArchitectureSupport(ArchSpec &arch_32, ArchSpec &arch_6
arch_32.SetTriple(triple.get32BitArchVariant());
break;
case llvm::Triple::aarch64:
case llvm::Triple::mips64:
case llvm::Triple::sparcv9:
case llvm::Triple::ppc64: