diff options
| author | Renato Golin <renato.golin@linaro.org> | 2014-01-15 09:09:39 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2014-01-15 09:09:39 +0000 |
| commit | f7eddfeab59b86173af99885b1b351361e9da070 (patch) | |
| tree | 007dd49c87103d876239ed46e27d7ad138085b3f /llvm/test/ExecutionEngine | |
| parent | b6531313459900c77172be2e607bc6fa9fa5b4a6 (diff) | |
| download | bcm5719-llvm-f7eddfeab59b86173af99885b1b351361e9da070.tar.gz bcm5719-llvm-f7eddfeab59b86173af99885b1b351361e9da070.zip | |
Re-disable MCJIT remote tests on ARM
llvm-svn: 199309
Diffstat (limited to 'llvm/test/ExecutionEngine')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg index bd5c68eef66..b161331a2be 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg +++ b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg @@ -1,3 +1,8 @@ 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 root.host_arch: + config.unsupported = False |

