[llvm] r199262 - Re-enable remote MCJIT tests on ARMv7
Renato Golin
renato.golin at linaro.org
Tue Jan 14 14:43:50 PST 2014
Author: rengolin
Date: Tue Jan 14 16:43:49 2014
New Revision: 199262
URL: http://llvm.org/viewvc/llvm-project?rev=199262&view=rev
Log:
Re-enable remote MCJIT tests on ARMv7
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=199262&r1=199261&r2=199262&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg Tue Jan 14 16:43:49 2014
@@ -1,8 +1,3 @@
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 config.root.target_triple:
- config.unsupported = True
More information about the llvm-commits
mailing list