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

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