[llvm] 81b0c24 - [RISCV] Add llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 15:51:04 PDT 2023
Author: Michael Maitland
Date: 2023-09-20T15:50:19-07:00
New Revision: 81b0c24cb154bf5e048ae5373dad60bcdb2a6ffb
URL: https://github.com/llvm/llvm-project/commit/81b0c24cb154bf5e048ae5373dad60bcdb2a6ffb
DIFF: https://github.com/llvm/llvm-project/commit/81b0c24cb154bf5e048ae5373dad60bcdb2a6ffb.diff
LOG: [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.
Added:
llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg
Modified:
Removed:
################################################################################
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 000000000000000..fb85f43211f5951
--- /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
More information about the llvm-commits
mailing list