llvm-project/llvm/test/CodeGen/NVPTX/lit.local.cfg

6 lines
150 B
INI

config.suffixes = ['.ll', '.c', '.cpp']
targets = set(config.root.targets_to_build.split())
if not 'NVPTX' in targets:
config.unsupported = True