projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf458e9
)
llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 23 Sep 2013 09:03:48 +0000
(09:03 +0000)
committer
NAKAMURA 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
patch
|
blob
|
history
diff --git
a/test/tools/lto/lit.local.cfg
b/test/tools/lto/lit.local.cfg
index 0c8dbb021c037585078ff221ed2765c7753e64e6..f61943a77af95fe5f02dfe6477db44ecc114bb68 100644
(file)
--- 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