[PATCH] D138244: Revert "Reapply: Add an error message to the default SIGPIPE handler"

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 09:16:31 PST 2022


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.

In D138244#3935296 <https://reviews.llvm.org/D138244#3935296>, @kees wrote:

> Looks good. Likely future work here would be to examine why the EX_IOERR exit is being exposed instead of just leaving SIGPIPE set to SIG_DFLT. But that's a separate issue entirely. :)

I think I added something like this: https://reviews.llvm.org/D53000 where in clang we need to check that return code in other frontends...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138244/new/

https://reviews.llvm.org/D138244



More information about the llvm-commits mailing list