summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/X86/lit.local.cfg
blob: a8ad0f1a28b23766c81a5a49d05536859b8226bf (plain)
1
2
3
4
5
6
config.suffixes = ['.ll', '.c', '.cpp']

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