[PATCH] D44771: [lit] Test /dev/null support on Windows.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 10:59:45 PDT 2018


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





More information about the llvm-commits mailing list