Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has...
authorDanil Malyshev <dmalyshev@accesssoftek.com>
Fri, 18 May 2012 00:30:58 +0000 (00:30 +0000)
committerDanil Malyshev <dmalyshev@accesssoftek.com>
Fri, 18 May 2012 00:30:58 +0000 (00:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157035 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/lit.local.cfg

index 4ce788f71403fb24e7a255282f934e8d1e589298..ba81a44946343659a8c722151d5edc9409e0fbfe 100644 (file)
@@ -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