[llvm] a1e314d - [test] Add lit.local.cfg after #140471

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue May 20 09:51:18 PDT 2025


Author: Fangrui Song
Date: 2025-05-20T09:51:13-07:00
New Revision: a1e314d10d6ad16c572a959411902856e9f9d2ed

URL: https://github.com/llvm/llvm-project/commit/a1e314d10d6ad16c572a959411902856e9f9d2ed
DIFF: https://github.com/llvm/llvm-project/commit/a1e314d10d6ad16c572a959411902856e9f9d2ed.diff

LOG: [test] Add lit.local.cfg after #140471

Added: 
    llvm/test/tools/llvm-objdump/ELF/SystemZ/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objdump/ELF/SystemZ/lit.local.cfg b/llvm/test/tools/llvm-objdump/ELF/SystemZ/lit.local.cfg
new file mode 100644
index 0000000000000..f9dd98a21cc3e
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/ELF/SystemZ/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "SystemZ" in config.root.targets:
+    config.unsupported = True


        


More information about the llvm-commits mailing list