This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][Support] AIX traceback functionality
Changes PlannedPublic

Authored by azhan92 on May 9 2023, 6:58 AM.

Details

Reviewers
hubert.reinterpretcast
cebowleratibm
francii
daltenty
xingxue
bmahjour
Group Reviewers
Restricted Project
Summary

This PR implements support for traceback functionality on AIX

Diff Detail

Event Timeline

azhan92 created this revision.May 9 2023, 6:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2023, 6:58 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
azhan92 requested review of this revision.May 9 2023, 6:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2023, 6:58 AM
cebowleratibm added inline comments.May 9 2023, 7:38 AM
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.

daltenty retitled this revision from AIX traceback functionality to [LLVM][Support] AIX traceback functionality.May 9 2023, 7:55 AM
azhan92 planned changes to this revision.May 9 2023, 11:40 AM