This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump][MachO] Print a newline before lazy bind/bind/weak/exports trie
ClosedPublic

Authored by MaskRay on May 8 2021, 1:36 PM.

Details

Summary

This adds a separator between two pieces of information.

Diff Detail

Event Timeline

MaskRay created this revision.May 8 2021, 1:36 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: rupprecht. · View Herald Transcript
MaskRay requested review of this revision.May 8 2021, 1:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2021, 1:36 PM
int3 added a subscriber: int3.May 8 2021, 2:10 PM
int3 added inline comments.
llvm/test/tools/llvm-objdump/MachO/lazy-bind.test
4–10

indentation seems off

llvm/test/tools/llvm-objdump/MachO/rebase.test
4–17

indentation seems off

MaskRay marked 2 inline comments as done.May 9 2021, 9:02 AM
MaskRay added inline comments.
llvm/test/tools/llvm-objdump/MachO/lazy-bind.test
4–10

This is an intentional style to test --match-full-lines --strict-whitespace. Many test/tools/ tests use this.

int3 resigned from this revision.May 9 2021, 12:38 PM

LLD parts lgtm

llvm/test/tools/llvm-objdump/MachO/lazy-bind.test
4–10

Ah I see. Thanks for the explanation!

This revision is now accepted and ready to land.May 9 2021, 12:42 PM
This revision was automatically updated to reflect the committed changes.
MaskRay marked an inline comment as done.