From: Jim Grosbach Date: Thu, 6 Sep 2012 00:59:06 +0000 (+0000) Subject: Enable MCJIT tests on Darwin. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=88a7e92fe1333c3ef3491ff9d688debed8ded4d3;p=oota-llvm.git Enable MCJIT tests on Darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163278 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg index 2980ce70811..f82e8d26dcc 100644 --- a/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/test/ExecutionEngine/MCJIT/lit.local.cfg @@ -16,5 +16,5 @@ else: if root.host_arch not in ['x86', 'x86_64', 'ARM', 'Mips']: config.unsupported = True -if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows', 'Darwin']: +if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows']: config.unsupported = True