summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/lit.local.cfg')
-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