Enable building LTO on WIN32.
[oota-llvm.git] / test / LTO / lit.local.cfg
index f61943a77af95fe5f02dfe6477db44ecc114bb68..7a70736aeac254a450ba5ea6e123144d2c5ead1e 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', 'MingW', 'Windows']:
+if config.root.host_os in ['Cygwin']:
   config.unsupported = True