Revert "Enable MCJIT tests on Darwin."
authorJim Grosbach <grosbach@apple.com>
Thu, 6 Sep 2012 03:24:09 +0000 (03:24 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 6 Sep 2012 03:24:09 +0000 (03:24 +0000)
This reverts commit 163278.

Works OK on x86_64, but not i386. Will re-enable when that's cleared up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163290 91177308-0d34-0410-b5e6-96231b3b80d8

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