Files
clang-p2996/llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg
Michael Maitland 81b0c24cb1 [RISCV] Add llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg
This directory was missing a lit.local.cfg which was causing some build
bots to fail when #65706 was comitted.
2023-09-20 15:50:19 -07:00

5 lines
96 B
INI

config.suffixes = [".ll"]
if not "RISCV" in config.root.targets:
config.unsupported = True