Revert "Enable MCJIT tests on Darwin."
[oota-llvm.git] / test / ExecutionEngine / MCJIT / lit.local.cfg
index f82e8d26dcc450ac9ee86544f24288d96fec04de..2980ce70811c1f5debd81064529eb5fb4ba44c06 100644 (file)
@@ -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']:
+if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows', 'Darwin']:
     config.unsupported = True