summaryrefslogtreecommitdiff
path: root/test/tools/lto/lit.local.cfg
blob: 0c8dbb021c037585078ff221ed2765c7753e64e6 (plain)
1
2
3
4
5
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