summaryrefslogtreecommitdiff
path: root/test/LTO
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-09 01:07:31 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-09 01:07:31 +0000
commit8bb2a23a1d61de55a5e5d334ca3a60baba410745 (patch)
tree0848e03dbc48acb49c3820ce72219bd723935295 /test/LTO
parent456e5e55213c4564a44b8494ff230f8bf12caba7 (diff)
downloadllvm-8bb2a23a1d61de55a5e5d334ca3a60baba410745.tar.gz
llvm-8bb2a23a1d61de55a5e5d334ca3a60baba410745.tar.bz2
llvm-8bb2a23a1d61de55a5e5d334ca3a60baba410745.tar.xz
llvm/test/LTO should run also on cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LTO')
-rw-r--r--test/LTO/lit.local.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/LTO/lit.local.cfg b/test/LTO/lit.local.cfg
index 7a70736aea..6df0e03ee6 100644
--- 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