summaryrefslogtreecommitdiff
path: root/test/Other/X86/lit.local.cfg
blob: da2db5a45f9c6f855b64dd9e7362e1681c3fae6b (plain)
1
2
3
4
5
6
config.suffixes = ['.ll']

targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
    config.unsupported = True