Skip to content

Commit 81b0c24

Browse files
[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.
1 parent 3d27d11 commit 81b0c24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
config.suffixes = [".ll"]
2+
3+
if not "RISCV" in config.root.targets:
4+
config.unsupported = True

0 commit comments

Comments
 (0)