[PATCH] D70665: [llvm-readobj] - Implement --elf-dependent-libs flag.
ben via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 19:01:36 PST 2019
bd1976llvm added a comment.
The feature certainly could be implemented for COFF, so I think changing the name of the command line option is reasonable. The strings in the .deplibs sections map to libraries in an implementation defined manner, so I refer to them as "specifiers". In COFF dependent libraries are specified via "directives" in the object files. It might be worth naming the option something like: --dependent-lib-directives (as directives works for the entries in an ELF .deplibs sections equally as well as specifiers) ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70665/new/
https://reviews.llvm.org/D70665
More information about the llvm-commits
mailing list