[llvm] 77ed831 - [test] Add tools/llvm-dwarfdump/ARM/lit.local.cfg after D143513

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 12:56:20 PDT 2023


Author: Fangrui Song
Date: 2023-03-22T12:56:13-07:00
New Revision: 77ed8311a625f449e7ee8bebda3b2940be6dc211

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

LOG: [test] Add tools/llvm-dwarfdump/ARM/lit.local.cfg after D143513

Added: 
    llvm/test/tools/llvm-dwarfdump/ARM/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-dwarfdump/ARM/lit.local.cfg b/llvm/test/tools/llvm-dwarfdump/ARM/lit.local.cfg
new file mode 100644
index 000000000000..236e1d344166
--- /dev/null
+++ b/llvm/test/tools/llvm-dwarfdump/ARM/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'ARM' in config.root.targets:
+    config.unsupported = True


        


More information about the llvm-commits mailing list