From: NAKAMURA Takumi Date: Mon, 23 Sep 2013 09:03:48 +0000 (+0000) Subject: llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=669b9668619eb167639bb6f3b0841eda7da78d6c;p=oota-llvm.git llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191185 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/lto/lit.local.cfg b/test/tools/lto/lit.local.cfg index 0c8dbb021c0..f61943a77af 100644 --- a/test/tools/lto/lit.local.cfg +++ b/test/tools/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', 'Windows']: +if config.root.host_os in ['Cygwin', 'MingW', 'Windows']: config.unsupported = True