summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/lit.local.cfg
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-05-18 19:42:07 +0000
committerRenato Golin <renato.golin@linaro.org>2013-05-18 19:42:07 +0000
commit6d65f333a3079ea4be74e73ea1f68ab0897fec77 (patch)
treebe8689145c46c9673abf9fa2b0394478bd2b9b7b /test/ExecutionEngine/MCJIT/lit.local.cfg
parentcb9d4667b7159944598c178dbb6568bc20ae069b (diff)
downloadllvm-6d65f333a3079ea4be74e73ea1f68ab0897fec77.tar.gz
llvm-6d65f333a3079ea4be74e73ea1f68ab0897fec77.tar.bz2
llvm-6d65f333a3079ea4be74e73ea1f68ab0897fec77.tar.xz
Unsupported remote JIT on ARM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182201 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/MCJIT/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg
index 30ed4e87e6..9f0552a50f 100644
--- a/test/ExecutionEngine/MCJIT/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/lit.local.cfg
@@ -18,6 +18,9 @@ if root.host_arch not in ['i386', 'x86', 'x86_64',
'AArch64', 'ARM', 'Mips', 'PowerPC', 'SystemZ']:
config.unsupported = True
+if 'armv7' in root.host_arch:
+ config.unsupported = False
+
if 'i386-apple-darwin' in root.target_triple:
config.unsupported = True