zturner added a comment. This might be a dumb question, but in Windows you can use `NUL` instead of `/dev/null`. Instead of all this hackery around temp files, why don't we just replace `/dev/null` with `NUL`? Repository: rL LLVM https://reviews.llvm.org/D44771