diff --git a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg index b161331a2be..23628f6181d 100644 --- a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg +++ b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg @@ -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