Previously, the option was only implemented for LLVM output. This fixes https://bugs.llvm.org/show_bug.cgi?id=45695.
The output roughly follows the output style for similar options like --syms/--notes etc, combined with --string-dump output.
Paths
| Differential D79939
Implement --dependent-libraries for GNU output ClosedPublic Authored by jhenderson on May 14 2020, 5:58 AM.
Details Summary Previously, the option was only implemented for LLVM output. This fixes https://bugs.llvm.org/show_bug.cgi?id=45695. The output roughly follows the output style for similar options like --syms/--notes etc, combined with --string-dump output.
Diff Detail
Event Timeline
jhenderson added inline comments.
jhenderson retitled this revision from Implement --depedent-libraries for GNU output to Implement --dependent-libraries for GNU output.May 14 2020, 7:30 AM
This revision is now accepted and ready to land.May 14 2020, 8:35 AM jhenderson added inline comments.
Closed by commit rGf06e6564a155: [llvm-readobj] Implement --dependent-libraries for GNU output (authored by jhenderson). · Explain WhyMay 15 2020, 7:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 264240 llvm/test/tools/llvm-readobj/ELF/dependent-libraries.test
llvm/tools/llvm-readobj/ELFDumper.cpp
|
Probably it worth to mention that --dependent-libraries is not implemented in GNU at the moment of 14 may 2020.