diff options
| author | Renato Golin <renato.golin@linaro.org> | 2013-12-03 08:39:15 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2013-12-03 08:39:15 +0000 |
| commit | 4281a1399a7a4d518cd597afdad2ac19b47d4bc0 (patch) | |
| tree | a63f3892e1dabf00b3674ff7b22e4a2cfdcd950b /llvm/test/ExecutionEngine | |
| parent | cf765e35c28c4121ee4d8edf6f2add51fd36bd75 (diff) | |
| download | bcm5719-llvm-4281a1399a7a4d518cd597afdad2ac19b47d4bc0.tar.gz bcm5719-llvm-4281a1399a7a4d518cd597afdad2ac19b47d4bc0.zip | |
Disable Remote MCJIT tests on ARM
The communication protocol is unstable on ARM when compiled
with Clang, which is disrupting the self-hosting buildbots that
are going to be added this week. I'm working on a solution, but
remote MCJIT is not high-priority for ARM at the moment, so it
might take a while.
llvm-svn: 196257
Diffstat (limited to 'llvm/test/ExecutionEngine')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg index 6b192ae44be..e811339957b 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg +++ b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg @@ -1,3 +1,2 @@ -if 'armv4' in config.root.target_triple or \ - 'armv5' in config.root.target_triple: +if 'arm' in config.root.target_triple: config.unsupported = True |

