[PATCH] Disable Remote MCJIT tests on ARM until further notice

Renato Golin renato.golin at linaro.org
Mon Dec 2 14:37:23 PST 2013


Hi grosbach, sylvestre.ledru, andrew.w.kaylor,

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.

This patch will allow me to fix the issue while the buildbot is out there, catching other bugs.

Jim, this patch doesn't need to be back-ported, since it's just for the sake of the buildbot. Also, the fix will likely come after the release, and it's not critical, so no worries there, too.

http://llvm-reviews.chandlerc.com/D2308

Files:
  test/ExecutionEngine/MCJIT/remote/lit.local.cfg

Index: test/ExecutionEngine/MCJIT/remote/lit.local.cfg
===================================================================
--- test/ExecutionEngine/MCJIT/remote/lit.local.cfg
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2308.1.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131202/256a7468/attachment.bin>


More information about the llvm-commits mailing list