mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-20 23:30:54 +00:00
The alpha and system z backends were removed.
llvm-svn: 143613
This commit is contained in:
parent
0e7cbbabea
commit
f82d8064d4
@ -322,11 +322,9 @@ Host::GetArchitecture (SystemDefaultArchitecture arch_kind)
|
||||
g_supports_32 = true;
|
||||
break;
|
||||
|
||||
case llvm::Triple::alpha:
|
||||
case llvm::Triple::x86_64:
|
||||
case llvm::Triple::sparcv9:
|
||||
case llvm::Triple::ppc64:
|
||||
case llvm::Triple::systemz:
|
||||
case llvm::Triple::cellspu:
|
||||
g_host_arch_64.SetTriple(triple);
|
||||
g_supports_64 = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user