[PATCH] D142224: [Support] Emulate SIGPIPE handling in raw_fd_ostream write for Windows
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 01:27:27 PST 2023
mstorsjo added a comment.
In D142224#4099809 <https://reviews.llvm.org/D142224#4099809>, @andrewng wrote:
> I tried adding this "simple" test but unfortunately it doesn't reproduce the issue in lit. I think it has something to do with how lit handles the piping. Would it be OK without a test?
These kinds of things are usually kinda tricky to test reliably, so FWIW, I'd be ok with landing this without a testcase for it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142224/new/
https://reviews.llvm.org/D142224
More information about the llvm-commits
mailing list