Revert 199262 - MCJIT remote still failing on ARM
authorRenato Golin <renato.golin@linaro.org>
Wed, 15 Jan 2014 09:09:46 +0000 (09:09 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 15 Jan 2014 09:09:46 +0000 (09:09 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199310 91177308-0d34-0410-b5e6-96231b3b80d8

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

index b161331a2be46c2ebcd9c03d61d840ad684686a3..23628f6181db9dc944afe31a32029b2e2c9acbb4 100644 (file)
@@ -4,5 +4,5 @@ if 'armv4' in config.root.target_triple or \
 
 # 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