llvm-6502/test/tools/lto/lit.local.cfg
2013-09-20 12:57:25 +00:00

7 lines
183 B
INI

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