From f7eddfeab59b86173af99885b1b351361e9da070 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 15 Jan 2014 09:09:39 +0000 Subject: [PATCH] Re-disable MCJIT remote tests on ARM llvm-svn: 199309 --- llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg index bd5c68eef662..b161331a2be4 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg +++ b/llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg @@ -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