This is an archive of the discontinued LLVM Phabricator instance.

[COFF] Use the more accurate GuardFlags definition everywhere
ClosedPublic

Authored by alvinhochun on Aug 30 2022, 3:04 AM.

Details

Summary

This also modifies llvm-readobj to be more future-proof when printing
the guard FIDs table by calculating the entry size correctly according
to MS docs.

Depends on D132823

Diff Detail

Event Timeline

alvinhochun created this revision.Aug 30 2022, 3:04 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: rupprecht. · View Herald Transcript
alvinhochun requested review of this revision.Aug 30 2022, 3:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2022, 3:04 AM
rnk accepted this revision.Aug 30 2022, 10:48 AM

lgtm

This revision is now accepted and ready to land.Aug 30 2022, 10:48 AM
This revision was automatically updated to reflect the committed changes.