OSDN Git Service

Enable MCJIT tests on Darwin.
authorJim Grosbach <grosbach@apple.com>
Thu, 6 Sep 2012 00:59:06 +0000 (00:59 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 6 Sep 2012 00:59:06 +0000 (00:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163278 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/lit.local.cfg

index 2980ce7..f82e8d2 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', 'Darwin']:
+if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows']:
     config.unsupported = True