[llvm] 5286c7a - [RISCV][NFC] Add missing lit.local.cfg in test/CodeGen/MIR/RISCV/

Kito Cheng via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 21:10:29 PDT 2022


Author: Kito Cheng
Date: 2022-04-08T12:10:20+08:00
New Revision: 5286c7aef8b4486c991b13b65eac9dbf01cb51f6

URL: https://github.com/llvm/llvm-project/commit/5286c7aef8b4486c991b13b65eac9dbf01cb51f6
DIFF: https://github.com/llvm/llvm-project/commit/5286c7aef8b4486c991b13b65eac9dbf01cb51f6.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-commits mailing list