From 656d2f8e07bda64c49b381a595386a8c5a386744 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 2 Oct 2013 15:47:30 +0000 Subject: Try harder to disable the LTO tests on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191836 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LTO/lit.local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/LTO/lit.local.cfg b/test/LTO/lit.local.cfg index 7a70736aea..f61943a77a 100644 --- a/test/LTO/lit.local.cfg +++ b/test/LTO/lit.local.cfg @@ -2,5 +2,5 @@ targets = set(config.root.targets_to_build.split()) if not 'X86' in targets: config.unsupported = True -if config.root.host_os in ['Cygwin']: +if config.root.host_os in ['Cygwin', 'MingW', 'Windows']: config.unsupported = True -- cgit v1.2.3