[all-commits] [llvm/llvm-project] f06e65: [llvm-readobj] Implement --dependent-libraries for...
James Henderson via All-commits
all-commits at lists.llvm.org
Fri May 15 07:21:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f06e6564a1554338ca00a4b9c3acdcffa212c743
https://github.com/llvm/llvm-project/commit/f06e6564a1554338ca00a4b9c3acdcffa212c743
Author: James Henderson <james.henderson at sony.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/dependent-libraries.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj] Implement --dependent-libraries for GNU output
Previously, the option was only implemented for LLVM output. This fixes
https://bugs.llvm.org/show_bug.cgi?id=45695.
At the current time, GNU readelf does not support this option.
Consequently, this patch simply attempts to roughly follow the output
style for similar options like --syms/--notes etc, combined with
--string-dump output.
Reviewed by: MaskRay, grimar
Differential Revision: https://reviews.llvm.org/D79939
More information about the All-commits
mailing list