mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add "AMD64" in the host_arch list.
FIXME: We should not take CMake's ${CMAKE_SYSTEM_PROCESSOR}... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
744f816bc1
commit
4b13e3ca2c
@ -8,7 +8,7 @@ else:
|
||||
|
||||
# FIXME: autoconf and cmake produce different arch names. We should normalize
|
||||
# them before getting here.
|
||||
if root.host_arch not in ['i386', 'x86', 'x86_64',
|
||||
if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
|
||||
'AArch64', 'ARM', 'Mips', 'PowerPC', 'ppc64', 'SystemZ']:
|
||||
config.unsupported = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user