summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-01-15 09:09:39 +0000
committerRenato Golin <renato.golin@linaro.org>2014-01-15 09:09:39 +0000
commitf7eddfeab59b86173af99885b1b351361e9da070 (patch)
tree007dd49c87103d876239ed46e27d7ad138085b3f /llvm/test/ExecutionEngine
parentb6531313459900c77172be2e607bc6fa9fa5b4a6 (diff)
downloadbcm5719-llvm-f7eddfeab59b86173af99885b1b351361e9da070.tar.gz
bcm5719-llvm-f7eddfeab59b86173af99885b1b351361e9da070.zip
Re-disable MCJIT remote tests on ARM
llvm-svn: 199309
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
index bd5c68eef66..b161331a2be 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
@@ -1,3 +1,8 @@
if 'armv4' in config.root.target_triple or \
'armv5' in config.root.target_triple:
config.unsupported = True
+
+# This is temporary, until Remote MCJIT works on ARM
+# See http://llvm.org/bugs/show_bug.cgi?id=18057
+if 'armv7' in root.host_arch:
+ config.unsupported = False
OpenPOWER on IntegriCloud