llvm-6502/test/LTO/lit.local.cfg
2013-10-02 15:47:30 +00:00

7 lines
192 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', 'MingW', 'Windows']:
config.unsupported = True