diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-01-25 23:38:08 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-01-25 23:38:08 +0000 |
commit | 1df7b307450cf95eed95b03c0f8908a11a6e9ff2 (patch) | |
tree | 512976949f80bc05c14b12e2946861c9bcab59e0 /llvm/test/ExecutionEngine | |
parent | d97acf36a6b51d3f15d49bdda4e6573cafbca574 (diff) | |
download | bcm5719-llvm-1df7b307450cf95eed95b03c0f8908a11a6e9ff2.tar.gz bcm5719-llvm-1df7b307450cf95eed95b03c0f8908a11a6e9ff2.zip |
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.
llvm-svn: 200102
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg index 23628f6181d..625d82dc618 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg +++ b/llvm/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 |