summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/EarlyCSE/AMDGPU/lit.local.cfg
blob: 4536d08964060edc32e706362a0f6a5a4576ce8c (plain)
1
2
3
4
5
config.suffixes = ['.ll']

targets = set(config.root.targets_to_build.split())
if not 'AMDGPU' in targets:
    config.unsupported = True
OpenPOWER on IntegriCloud