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:
17111ad
)
test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for now.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 20 Sep 2013 12:57:25 +0000
(12:57 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 20 Sep 2013 12:57:25 +0000
(12:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191086
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 6df0e03ee648809280c9cb1fae49b3f59fe3812b..0c8dbb021c037585078ff221ed2765c7753e64e6 100644
(file)
--- a/
test/tools/lto/lit.local.cfg
+++ b/
test/tools/lto/lit.local.cfg
@@
-1,3
+1,6
@@
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True
+
+if config.root.host_os in ['Cygwin', 'Windows']:
+ config.unsupported = True