summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-01-14 22:43:49 +0000
committerRenato Golin <renato.golin@linaro.org>2014-01-14 22:43:49 +0000
commitb59bdadd34203cb73055a059a4cc6f3950dd6c25 (patch)
tree25a6f200fa182c69ca8794eff5eaea15e8d852a6 /test/ExecutionEngine
parent83ece7a4993edb295e71841bd51b298219186c4c (diff)
downloadllvm-b59bdadd34203cb73055a059a4cc6f3950dd6c25.tar.gz
llvm-b59bdadd34203cb73055a059a4cc6f3950dd6c25.tar.bz2
llvm-b59bdadd34203cb73055a059a4cc6f3950dd6c25.tar.xz
Re-enable remote MCJIT tests on ARMv7
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/lit.local.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
index 23628f6181..bd5c68eef6 100644
--- a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
@@ -1,8 +1,3 @@
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 config.root.target_triple:
- config.unsupported = True