llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add "AMD64" in the host_arch list.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 10 Jan 2014 10:38:46 +0000 (10:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 10 Jan 2014 10:38:46 +0000 (10:38 +0000)
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

test/ExecutionEngine/MCJIT/lit.local.cfg

index fdb36ee1d71ce723ce4f81cd90933c1759259226..5dc749da24eb19be99ba1ec349d52fa099903bdc 100644 (file)
@@ -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