summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/lit.local.cfg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-10 10:38:46 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-10 10:38:46 +0000
commit4b13e3ca2ce7c1d09b80ee705cd12c134b9eed27 (patch)
tree3a9fc38439305114f9b544fd626abe519ac5e51d /test/ExecutionEngine/MCJIT/lit.local.cfg
parent744f816bc1a36ba04af28992208f8bc78a25ae9e (diff)
downloadllvm-4b13e3ca2ce7c1d09b80ee705cd12c134b9eed27.tar.gz
llvm-4b13e3ca2ce7c1d09b80ee705cd12c134b9eed27.tar.bz2
llvm-4b13e3ca2ce7c1d09b80ee705cd12c134b9eed27.tar.xz
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
Diffstat (limited to 'test/ExecutionEngine/MCJIT/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/MCJIT/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg
index fdb36ee1d7..5dc749da24 100644
--- a/test/ExecutionEngine/MCJIT/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/lit.local.cfg
@@ -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