[llvm] [lit] Implement builtin umask (PR #94621)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 07:25:08 PDT 2024


================
@@ -0,0 +1,5 @@
+import lit.formats
+
+config.name = "shtest-umask"
+config.suffixes = [".txt"]
+config.test_format = lit.formats.ShTest(execute_external=False)
----------------
jayfoad wrote:

Done. Can you please verify that it works? It's pretty annoying that the bots do not run `check-lit` and I have no access to a Windows box that can build LLVM.

https://github.com/llvm/llvm-project/pull/94621


More information about the llvm-commits mailing list