[llvm-branch-commits] [llvm] 2c4d288 - [RISCV][NFC] Add missing lit.local.cfg in test/CodeGen/MIR/RISCV/

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Apr 14 13:41:11 PDT 2022


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


        


More information about the llvm-branch-commits mailing list