llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Sep 2013 09:03:48 +0000 (09:03 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Sep 2013 09:03:48 +0000 (09:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191185 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/lto/lit.local.cfg

index 0c8dbb021c037585078ff221ed2765c7753e64e6..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', 'Windows']:
+if config.root.host_os in ['Cygwin', 'MingW', 'Windows']:
   config.unsupported = True