[llvm] r200102 - Re-enabling MCJIT tests on ARM

Renato Golin renato.golin at linaro.org
Sat Jan 25 15:38:08 PST 2014


Author: rengolin
Date: Sat Jan 25 17:38:08 2014
New Revision: 200102

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

After several refactorings on the MCJIT remote communication, things are
finally looking good on Clang-compiled LLVM regarding MCJIT remote tests,
so I'm re-enabling them to see how the self-hosting buildbot behaves over
a longer period.

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=200102&r1=200101&r2=200102&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg Sat Jan 25 17:38:08 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 config.root.target_triple:
-    config.unsupported = True
+#if 'armv7' in config.root.target_triple:
+#    config.unsupported = True





More information about the llvm-commits mailing list