llvm/test/LTO should run also on cygwin.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 9 Oct 2013 01:07:31 +0000 (01:07 +0000)
committerNAKAMURA 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

index 7a70736aeac254a450ba5ea6e123144d2c5ead1e..6df0e03ee648809280c9cb1fae49b3f59fe3812b 100644 (file)
@@ -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