This is an archive of the discontinued LLVM Phabricator instance.

[MC] [Win64EH] Wrap the epilog instructions in a struct. NFC.
ClosedPublic

Authored by mstorsjo on May 18 2022, 5:08 AM.

Details

Summary

For ARM SEH, the epilogs will need a little more associated data than
just the plain list of opcodes.

This is a preparatory refactoring for D125645.

Diff Detail

Event Timeline

mstorsjo created this revision.May 18 2022, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 5:08 AM
mstorsjo requested review of this revision.May 18 2022, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 5:08 AM
zzheng accepted this revision.May 18 2022, 9:57 AM

LGTM.

This revision is now accepted and ready to land.May 18 2022, 9:57 AM
efriedma accepted this revision.May 31 2022, 5:30 PM
This revision was landed with ongoing or failed builds.Jun 1 2022, 1:26 AM
This revision was automatically updated to reflect the committed changes.