[llvm] [lit] Implement builtin umask (PR #94621)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 07:01:31 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:
Still needs this suggested change, otherwise good to go.
https://github.com/llvm/llvm-project/pull/94621
More information about the llvm-commits
mailing list