This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump] --no-leading-addr: hide inline relocation offsets
ClosedPublic

Authored by MaskRay on Oct 2 2022, 11:31 AM.

Details

Summary

It seems to make sense to omit offsets when --no-leading-addr is specified. The output is now closer
to objdump -dr --no-addresses (non-wide output).

Diff Detail

Event Timeline

MaskRay created this revision.Oct 2 2022, 11:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2022, 11:31 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
MaskRay requested review of this revision.Oct 2 2022, 11:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2022, 11:31 AM
nickdesaulniers accepted this revision.Oct 3 2022, 9:34 AM

Thanks for the patches!

This revision is now accepted and ready to land.Oct 3 2022, 9:34 AM