diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-01-14 22:43:49 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-01-14 22:43:49 +0000 |
commit | 4086bf715680ef4ed9f0ecb08da85e6c2493392e (patch) | |
tree | 98213528157bc9c1902a682275d2eefe13d784a9 /llvm/test/ExecutionEngine | |
parent | 695895ca9f39baad9ab56673a0c192e5449548fa (diff) | |
download | bcm5719-llvm-4086bf715680ef4ed9f0ecb08da85e6c2493392e.tar.gz bcm5719-llvm-4086bf715680ef4ed9f0ecb08da85e6c2493392e.zip |
Re-enable remote MCJIT tests on ARMv7
llvm-svn: 199262
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg index 23628f6181d..bd5c68eef66 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg +++ b/llvm/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 |