[PATCH] D53000: [Support] exit with custom return code for SIGPIPE
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 16:18:53 PDT 2019
JDevlieghere added a comment.
Herald added a project: LLVM.
Hey Nick,
This change is causing problems in LLDB. We want to ignore `SIGPIPE` and this appears to be making that impossible, which doesn't sound fair for something like libSupport. I'm not at all familiar with this code, but can we at least check if the signal is supposed to be ignored here?
Thanks,
Jonas
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53000/new/
https://reviews.llvm.org/D53000
More information about the llvm-commits
mailing list