[llvm] [Support] Re-raise external signals (PR #125854)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 20:20:19 PST 2025
================
@@ -80,7 +80,8 @@
using namespace llvm;
-static void SignalHandler(int Sig); // defined below.
+static void SignalHandler(int Sig, siginfo_t *Info,
----------------
MaskRay wrote:
Drop unnecessary "defined below".
(If the declaration is unused, clang -Wall will report a warning.)
https://github.com/llvm/llvm-project/pull/125854
More information about the llvm-commits
mailing list