[llvm-commits] [llvm] r163278 - /llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg

Jim Grosbach grosbach at apple.com
Wed Sep 5 17:59:06 PDT 2012


Author: grosbach
Date: Wed Sep  5 19:59:06 2012
New Revision: 163278

URL: http://llvm.org/viewvc/llvm-project?rev=163278&view=rev
Log:
Enable MCJIT tests on Darwin.

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg?rev=163278&r1=163277&r2=163278&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg Wed Sep  5 19:59:06 2012
@@ -16,5 +16,5 @@
 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





More information about the llvm-commits mailing list