Author: Kito Cheng Date: 2022-04-14T13:02:35-07:00 New Revision: 2c4d288eae8b21f0f62d4831113b131fdb15f1da
URL: https://github.com/llvm/llvm-project/commit/2c4d288eae8b21f0f62d4831113b131fdb15f1da DIFF: https://github.com/llvm/llvm-project/commit/2c4d288eae8b21f0f62d4831113b131fdb15f1da.diff LOG: [RISCV][NFC] Add missing lit.local.cfg in test/CodeGen/MIR/RISCV/ Added: llvm/test/CodeGen/MIR/RISCV/lit.local.cfg Modified: Removed: ################################################################################ diff --git a/llvm/test/CodeGen/MIR/RISCV/lit.local.cfg b/llvm/test/CodeGen/MIR/RISCV/lit.local.cfg new file mode 100644 index 0000000000000..c63820126f8ca --- /dev/null +++ b/llvm/test/CodeGen/MIR/RISCV/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'RISCV' in config.root.targets: + config.unsupported = True _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits