diff --git a/llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg b/llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg new file mode 100644 index 0000000000000..fb85f43211f59 --- /dev/null +++ b/llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = [".ll"] + +if not "RISCV" in config.root.targets: + config.unsupported = True