[PATCH] D79939: Implement --depedent-libraries for GNU output

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 06:25:39 PDT 2020


jhenderson created this revision.
jhenderson added reviewers: grimar, MaskRay.
Herald added subscribers: rupprecht, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79939

Files:
  llvm/test/tools/llvm-readobj/ELF/dependent-libraries.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79939.263980.patch
Type: text/x-patch
Size: 9932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200514/b39fcb1f/attachment.bin>


More information about the llvm-commits mailing list