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
This commit is contained in:
Rafael Espindola 2013-10-02 15:47:30 +00:00
parent dd5d86d992
commit 656d2f8e07

View 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