summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-01-15 09:09:46 +0000
committerRenato Golin <renato.golin@linaro.org>2014-01-15 09:09:46 +0000
commitf433beee88bc8d3e9f5bcde1e6175bf958e38f36 (patch)
treea6f42fc430be53e428ba73493f0bc4f51b72eb3c /test/ExecutionEngine
parentfdd4da1f8bda791468e16746e76d1cfbb5a3349f (diff)
downloadllvm-f433beee88bc8d3e9f5bcde1e6175bf958e38f36.tar.gz
llvm-f433beee88bc8d3e9f5bcde1e6175bf958e38f36.tar.bz2
llvm-f433beee88bc8d3e9f5bcde1e6175bf958e38f36.tar.xz
Revert 199262 - MCJIT remote still failing on ARM
Disabling remote MCJIT tests on ARM again, as they're still failing when self-hosting on ARM, despite all my tests. At least now we have more info on what message it's breaking and what is going on. Investigating. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/lit.local.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
index b161331a2b..23628f6181 100644
--- a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
@@ -4,5 +4,5 @@ if 'armv4' in config.root.target_triple or \
# 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
+if 'armv7' in config.root.target_triple:
+ config.unsupported = True