Re-enable remote MCJIT tests on ARMv7
authorRenato Golin <renato.golin@linaro.org>
Tue, 14 Jan 2014 22:43:49 +0000 (22:43 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 14 Jan 2014 22:43:49 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199262 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 23628f6181db9dc944afe31a32029b2e2c9acbb4..bd5c68eef662fa6ab47d6a8fab19dac64c955de7 100644 (file)
@@ -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