[llvm] r199309 - Re-disable MCJIT remote tests on ARM

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


Author: rengolin
Date: Wed Jan 15 03:09:39 2014
New Revision: 199309

URL: http://llvm.org/viewvc/llvm-project?rev=199309&view=rev
Log:
Re-disable MCJIT remote tests on ARM

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=199309&r1=199308&r2=199309&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:39 2014
@@ -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





More information about the llvm-commits mailing list