From: NAKAMURA Takumi Date: Wed, 9 Oct 2013 01:07:31 +0000 (+0000) Subject: llvm/test/LTO should run also on cygwin. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8bb2a23a1d61de55a5e5d334ca3a60baba410745;p=oota-llvm.git 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 --- 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