bolt/deps/llvm-18.1.8/llvm/test/Transforms/SimplifyCFG/RISCV/lit.local.cfg

6 lines
136 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
config.suffixes = [".ll"]
targets = set(config.root.targets_to_build.split())
if not "RISCV" in targets:
config.unsupported = True