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:
456e5e5
)
llvm/test/LTO should run also on cygwin.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 9 Oct 2013 01:07:31 +0000
(
01:07
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 9 Oct 2013 01:07:31 +0000
(
01:07
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192262
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/LTO/lit.local.cfg
patch
|
blob
|
history
diff --git
a/test/LTO/lit.local.cfg
b/test/LTO/lit.local.cfg
index 7a70736aeac254a450ba5ea6e123144d2c5ead1e..6df0e03ee648809280c9cb1fae49b3f59fe3812b 100644
(file)
--- a/
test/LTO/lit.local.cfg
+++ b/
test/LTO/lit.local.cfg
@@
-1,6
+1,3
@@
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True
-
-if config.root.host_os in ['Cygwin']:
- config.unsupported = True