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

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 11:09:25 PDT 2024


jayfoad wrote:

> No, the umask implementation should say something like `if onWindows: die("umask doesn't work on Windows")` Not that I know how to check for Windows or how to spell `die` in Pythonic. But you get the idea.

I see. Done.

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


More information about the llvm-commits mailing list