forked from OSchip/llvm-project
test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for now.
llvm-svn: 191086
This commit is contained in:
parent
6c49695e7a
commit
59b5d080b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue