[llvm] [lit] Implement builtin umask (PR #94621)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 13:10:00 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)
----------------
pogo59 wrote:
Bots not running `check-lit` does seem like an oversight. I will apply your patch and try it out tomorrow.
https://github.com/llvm/llvm-project/pull/94621
More information about the llvm-commits
mailing list