[all-commits] [llvm/llvm-project] ef23ba: [Support] Re-raise external signals (#125854)
Guy David via All-commits
all-commits at lists.llvm.org
Sat Feb 8 05:16:48 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef23ba7da34ca1285f10603cc4aa6441ab4530e6
https://github.com/llvm/llvm-project/commit/ef23ba7da34ca1285f10603cc4aa6441ab4530e6
Author: Guy David <49722543+guy-david at users.noreply.github.com>
Date: 2025-02-08 (Sat, 08 Feb 2025)
Changed paths:
M llvm/lib/Support/Unix/Signals.inc
Log Message:
-----------
[Support] Re-raise external signals (#125854)
Otherwise, the handler "swallows" the signal and the process continues
to execute. While this use case is peculiar, ignoring these signals
entirely seems more odd.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list