This is an archive of the discontinued LLVM Phabricator instance.

Print dylib load kind (weak, reexport, etc) in llvm-objdump -m -dylibs-used
ClosedPublic

Authored by mtrent on Jun 4 2019, 10:15 AM.

Details

Summary

Historically llvm-objdump prints the path to a dylib as well as the
dylib's compatibility version and current version number. This change
extends this information by adding the kind of dylib load: weak,
reexport, etc.

rdar://51383512

Diff Detail

Repository
rL LLVM

Event Timeline

mtrent created this revision.Jun 4 2019, 10:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2019, 10:15 AM
Herald added a subscriber: rupprecht. · View Herald Transcript
mtrent updated this revision to Diff 202975.Jun 4 2019, 10:17 AM

Trim unused space from the macho-dylib.test file.

pete accepted this revision.Jun 5 2019, 7:21 AM

LGTM.

This revision is now accepted and ready to land.Jun 5 2019, 7:21 AM
This revision was automatically updated to reflect the committed changes.