Add mips64 to the list of 64-bit Host architectures

llvm-svn: 205333
This commit is contained in:
Ed Maste 2014-04-01 18:06:45 +00:00
parent 46fd56d0df
commit a837576a2a
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ Host::GetArchitecture (SystemDefaultArchitecture arch_kind)
g_supports_32 = true;
break;
case llvm::Triple::mips64:
case llvm::Triple::sparcv9:
case llvm::Triple::ppc64:
g_host_arch_64.SetTriple(triple);