[llvm] [SystemZ][z/OS] Add guard for SI_USER (PR #213101)

Alex Rønne Petersen via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 12:01:58 PDT 2026


alexrp wrote:

If the signal came from another process -- i.e. `SI_ASYNCIO` or `si_code <= 0` -- we definitely want to reraise it. Unfortunately that documentation doesn't really clarify what happens in the case of `kill(getpid(), sig)`...

https://github.com/llvm/llvm-project/pull/213101


More information about the llvm-commits mailing list