forked from OSchip/llvm-project
Linux fix: remove reference to cellspu (backend removed in llvm r167984)
llvm-svn: 168322
This commit is contained in:
parent
cebb0ec764
commit
95ab3612f9
|
@ -353,7 +353,6 @@ Host::GetArchitecture (SystemDefaultArchitecture arch_kind)
|
|||
|
||||
case llvm::Triple::sparcv9:
|
||||
case llvm::Triple::ppc64:
|
||||
case llvm::Triple::cellspu:
|
||||
g_host_arch_64.SetTriple(triple);
|
||||
g_supports_64 = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue