This is an archive of the discontinued LLVM Phabricator instance.

[objdump][macho] Emit segment names along with section names
ClosedPublic

Authored by dsanders on Sep 3 2020, 5:12 PM.

Details

Summary

I recently came across a MachO with multiple sections of the same name but
different segments. We should emit the segment name alongside the section name
for MachO's.

Diff Detail

Event Timeline

dsanders created this revision.Sep 3 2020, 5:12 PM
Herald added a reviewer: MaskRay. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: rupprecht. · View Herald Transcript
dsanders requested review of this revision.Sep 3 2020, 5:12 PM
pete accepted this revision.Sep 3 2020, 5:14 PM

LGTM

This revision is now accepted and ready to land.Sep 3 2020, 5:14 PM
This revision was landed with ongoing or failed builds.Sep 4 2020, 9:57 AM
This revision was automatically updated to reflect the committed changes.