Try harder to disable the LTO tests on windows.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 2 Oct 2013 15:47:30 +0000 (15:47 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 2 Oct 2013 15:47:30 +0000 (15:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191836 91177308-0d34-0410-b5e6-96231b3b80d8

test/LTO/lit.local.cfg

index 7a70736aeac254a450ba5ea6e123144d2c5ead1e..f61943a77af95fe5f02dfe6477db44ecc114bb68 100644 (file)
@@ -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