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

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