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

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