This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] [Object] [NFC] Introduce inline helpers for chpe_range_entry.
ClosedPublic

Authored by jacek on Aug 1 2023, 7:22 AM.

Diff Detail

Event Timeline

jacek created this revision.Aug 1 2023, 7:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
jacek requested review of this revision.Aug 1 2023, 7:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 7:22 AM
jhenderson added inline comments.Aug 1 2023, 11:27 AM
llvm/include/llvm/Object/COFF.h
757–758

Possibly worth a unittest for each of these in ObjectTests?

jacek updated this revision to Diff 546197.Aug 1 2023, 1:23 PM

Added a test.

This revision is now accepted and ready to land.Aug 10 2023, 12:21 AM
MaskRay accepted this revision.Aug 10 2023, 9:19 AM
This revision was automatically updated to reflect the committed changes.
jacek marked an inline comment as done.