summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-01-25 23:38:08 +0000
committerRenato Golin <renato.golin@linaro.org>2014-01-25 23:38:08 +0000
commita97f49c147f54dc73bc6c3508b08e3646baa0c6b (patch)
tree8f65c112ad97c54d75f8d2b9b6024731ecce66ee
parent3177a8434285a6375895383bbacfa82be1e49f12 (diff)
downloadllvm-a97f49c147f54dc73bc6c3508b08e3646baa0c6b.tar.gz
llvm-a97f49c147f54dc73bc6c3508b08e3646baa0c6b.tar.bz2
llvm-a97f49c147f54dc73bc6c3508b08e3646baa0c6b.tar.xz
Re-enabling MCJIT tests on ARM
After several refactorings on the MCJIT remote communication, things are finally looking good on Clang-compiled LLVM regarding MCJIT remote tests, so I'm re-enabling them to see how the self-hosting buildbot behaves over a longer period. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200102 91177308-0d34-0410-b5e6-96231b3b80d8
-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 23628f6181..625d82dc61 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 config.root.target_triple:
- config.unsupported = True
+#if 'armv7' in config.root.target_triple:
+# config.unsupported = True