mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
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
0d760b7cc7
commit
5f50cb98e9
@ -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
Block a user