aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopUnroll/RISCV/lit.local.cfg
blob: 1bb680f6ff710af8ab0ce0d9d4f6dcb3cae8f829 (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