[all-commits] [llvm/llvm-project] 9a3f89: [Signal] Allow one-shot SIGPIPE handler to be reached
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Wed Dec 4 19:38:29 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9a3f892d018238dce5181e458905311db8e682f5
https://github.com/llvm/llvm-project/commit/9a3f892d018238dce5181e458905311db8e682f5
Author: Vedant Kumar <vsk at apple.com>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M llvm/lib/Support/Unix/Signals.inc
Log Message:
-----------
[Signal] Allow one-shot SIGPIPE handler to be reached
As SIGPIPE is no longer in the IntSigs array, handle SIGPIPE before
handling any interrupt signals.
Thanks to Alexandre Ganea for pointing out the issue here.
More information about the All-commits
mailing list