This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][ELF/AARCH64] Implement eh frame handling
ClosedPublic

Authored by sunho on Jun 4 2022, 6:11 PM.

Details

Summary

This patch implements eh frame handling by using generic EHFrame passes. I checked that c++ exception handling works correctly with this change. (it doens't work without this change)

Diff Detail

Event Timeline

sunho created this revision.Jun 4 2022, 6:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2022, 6:11 PM
sunho requested review of this revision.Jun 4 2022, 6:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2022, 6:11 PM
lhames accepted this revision.Jun 9 2022, 3:25 PM

LGTM. Thanks @sunho!

This revision is now accepted and ready to land.Jun 9 2022, 3:25 PM
This revision was landed with ongoing or failed builds.Jun 10 2022, 12:06 PM
This revision was automatically updated to reflect the committed changes.