This is an archive of the discontinued LLVM Phabricator instance.

[AIX][XCOFF][BUG-Fixed] need to switch back to text section after emit a dumy eh structure
ClosedPublic

Authored by DiggerLin on Jun 30 2021, 7:43 AM.

Details

Summary

in the patch https://reviews.llvm.org/D103651 [AIX][XCOFF] generate eh_info when vector registers are saved according to the traceback table.

when generate eh_info, it switch to other section, when it done, it need to switch back to text section again.

Diff Detail

Event Timeline

DiggerLin created this revision.Jun 30 2021, 7:43 AM
DiggerLin requested review of this revision.Jun 30 2021, 7:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2021, 7:43 AM
DiggerLin retitled this revision from [AIX][XCOFF][BUG-Fixed] need to switch back after emit a dumy eh structure to [AIX][XCOFF][BUG-Fixed] need to switch back to text section after emit a dumy eh structure.Jun 30 2021, 7:43 AM
jasonliu accepted this revision.Jun 30 2021, 7:54 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Jun 30 2021, 7:54 AM