From b894f96de4f26dd738e3bf706ffe7cf0eda60714 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 5 Oct 2012 14:10:29 +0000 Subject: Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165313 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/MCJIT/lit.local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ExecutionEngine/MCJIT/lit.local.cfg') diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg index 420d9551bd..af3d13f746 100644 --- a/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/test/ExecutionEngine/MCJIT/lit.local.cfg @@ -16,5 +16,5 @@ else: if root.host_arch not in ['x86', 'x86_64', 'ARM', 'Mips']: config.unsupported = True -if root.host_os in ['Cygwin', 'Darwin']: +if root.host_os in ['Darwin']: config.unsupported = True -- cgit v1.2.3