[all-commits] [llvm/llvm-project] c740c5: [SystemZ][z/OS] Add guard for SI_USER (#213101)
Abhina Sree via All-commits
all-commits at lists.llvm.org
Tue Aug 4 12:58:20 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c740c54517fafdfb6a3dd3522700076d5184c842
https://github.com/llvm/llvm-project/commit/c740c54517fafdfb6a3dd3522700076d5184c842
Author: Abhina Sree <Abhina.Sreeskantharajan at ibm.com>
Date: 2026-08-04 (Tue, 04 Aug 2026)
Changed paths:
M llvm/lib/Support/Unix/Signals.inc
Log Message:
-----------
[SystemZ][z/OS] Add guard for SI_USER (#213101)
SI_USER is not defined on z/OS and is causing the following build
failure. `error: use of undeclared identifier 'SI_USER'`
This patch adds a guard to check whether SI_USER is defined
before using it.
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