test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for now.

llvm-svn: 191086
This commit is contained in:
NAKAMURA Takumi 2013-09-20 12:57:25 +00:00
parent 6c49695e7a
commit 59b5d080b8
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True
if config.root.host_os in ['Cygwin', 'Windows']:
config.unsupported = True