llvm-project/llvm/test/Transforms/EarlyCSE/AMDGPU/lit.local.cfg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
137 B
INI
Raw Normal View History

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