Skip to content

Commit

Permalink
[RISCV] Add llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg
Browse files Browse the repository at this point in the history
This directory was missing a lit.local.cfg which was causing some build
bots to fail when #65706 was comitted.
  • Loading branch information
michaelmaitland committed Sep 20, 2023
1 parent 3d27d11 commit 81b0c24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
config.suffixes = [".ll"]

if not "RISCV" in config.root.targets:
config.unsupported = True

0 comments on commit 81b0c24

Please sign in to comment.