[llvm] r199310 - Revert 199262 - MCJIT remote still failing on ARM

Renato Golin renato.golin at linaro.org
Wed Jan 15 01:09:47 PST 2014


Author: rengolin
Date: Wed Jan 15 03:09:46 2014
New Revision: 199310

URL: http://llvm.org/viewvc/llvm-project?rev=199310&view=rev
Log:
Revert 199262 - MCJIT remote still failing on ARM

Disabling remote MCJIT tests on ARM again, as they're still failing when
self-hosting on ARM, despite all my tests. At least now we have more info
on what message it's breaking and what is going on. Investigating.

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg?rev=199310&r1=199309&r2=199310&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg Wed Jan 15 03:09:46 2014
@@ -4,5 +4,5 @@ if 'armv4' in config.root.target_triple
 
 # 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
+if 'armv7' in config.root.target_triple:
+    config.unsupported = True





More information about the llvm-commits mailing list