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

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