summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg
blob: 7aaeda5a5b37908b17bf47faf4ce632cc0b9d897 (plain)
1
2
3
4
5
config.suffixes = ['.ll']

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