From 8bb2a23a1d61de55a5e5d334ca3a60baba410745 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 9 Oct 2013 01:07:31 +0000 Subject: [PATCH] llvm/test/LTO should run also on cygwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192262 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LTO/lit.local.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/LTO/lit.local.cfg b/test/LTO/lit.local.cfg index 7a70736aeac..6df0e03ee64 100644 --- a/test/LTO/lit.local.cfg +++ b/test/LTO/lit.local.cfg @@ -1,6 +1,3 @@ targets = set(config.root.targets_to_build.split()) if not 'X86' in targets: config.unsupported = True - -if config.root.host_os in ['Cygwin']: - config.unsupported = True -- 2.34.1