This PR implements support for traceback functionality on AIX
Details
Details
- Reviewers
hubert.reinterpretcast cebowleratibm francii daltenty xingxue bmahjour - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Support/Unix/Signals.inc | ||
---|---|---|
88 | I generally dislike seeing #if defined(_AIX) dispersed throughout the source. If AIX is the only host that uses IsKillWithContext, that's fine. I don't think you need to #if as much as you do. |
I generally dislike seeing #if defined(_AIX) dispersed throughout the source.
If AIX is the only host that uses IsKillWithContext, that's fine. I don't think you need to #if as much as you do.