diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-09 01:07:31 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-09 01:07:31 +0000 |
commit | 8bb2a23a1d61de55a5e5d334ca3a60baba410745 (patch) | |
tree | 0848e03dbc48acb49c3820ce72219bd723935295 /test | |
parent | 456e5e55213c4564a44b8494ff230f8bf12caba7 (diff) | |
download | external_llvm-8bb2a23a1d61de55a5e5d334ca3a60baba410745.zip external_llvm-8bb2a23a1d61de55a5e5d334ca3a60baba410745.tar.gz external_llvm-8bb2a23a1d61de55a5e5d334ca3a60baba410745.tar.bz2 |
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')
-rw-r--r-- | test/LTO/lit.local.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/LTO/lit.local.cfg b/test/LTO/lit.local.cfg index 7a70736..6df0e03 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 |