1
0
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:
NAKAMURA Takumi 2013-09-20 12:57:25 +00:00
parent 0d760b7cc7
commit 5f50cb98e9

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