[llvm] r192262 - llvm/test/LTO should run also on cygwin.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Oct 8 18:07:31 PDT 2013
Author: chapuni
Date: Tue Oct 8 20:07:31 2013
New Revision: 192262
URL: http://llvm.org/viewvc/llvm-project?rev=192262&view=rev
Log:
llvm/test/LTO should run also on cygwin.
Modified:
llvm/trunk/test/LTO/lit.local.cfg
Modified: llvm/trunk/test/LTO/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/lit.local.cfg?rev=192262&r1=192261&r2=192262&view=diff
==============================================================================
--- llvm/trunk/test/LTO/lit.local.cfg (original)
+++ llvm/trunk/test/LTO/lit.local.cfg Tue Oct 8 20:07:31 2013
@@ -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
More information about the llvm-commits
mailing list