summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/lit.local.cfg
diff options
context:
space:
mode:
authorDanil Malyshev <dmalyshev@accesssoftek.com>2012-05-18 00:30:58 +0000
committerDanil Malyshev <dmalyshev@accesssoftek.com>2012-05-18 00:30:58 +0000
commit6f55e3d57d3d971ee588f426d6d8223a879b17ab (patch)
tree734a4cf34bfa562130ecacb60e2ecc02e4e9a335 /test/ExecutionEngine/MCJIT/lit.local.cfg
parent25016527f96a759c125d71025d23718fa2cc55ca (diff)
downloadllvm-6f55e3d57d3d971ee588f426d6d8223a879b17ab.tar.gz
llvm-6f55e3d57d3d971ee588f426d6d8223a879b17ab.tar.bz2
llvm-6f55e3d57d3d971ee588f426d6d8223a879b17ab.tar.xz
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
Diffstat (limited to 'test/ExecutionEngine/MCJIT/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/MCJIT/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg
index 4ce788f714..ba81a44946 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