From: Danil Malyshev Date: Fri, 18 May 2012 00:30:58 +0000 (+0000) Subject: Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6f55e3d57d3d971ee588f426d6d8223a879b17ab;p=oota-llvm.git Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has a problems with relocations for 32bit x86. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157035 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg index 4ce788f7140..ba81a449463 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']: config.unsupported = True -if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows']: +if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows', 'Darwin']: config.unsupported = True