From cd2c409cebb4f838549fba0b71093b0e15d52bca Mon Sep 17 00:00:00 2001 From: Georgii Rymar Date: Mon, 25 Nov 2019 16:04:58 +0300 Subject: [llvm-readobj] - Implement --dependent-libraries flag. There is no way to dump SHT_LLVM_DEPENDENT_LIBRARIES sections currently. This patch implements this. The section is described here: https://llvm.org/docs/Extensions.html#sht-llvm-dependent-libraries-section-dependent-libraries Differential revision: https://reviews.llvm.org/D70665 --- llvm/docs/CommandGuide/llvm-readobj.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index ea1b22d6d9f..46a4b87d3fb 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/docs/CommandGuide/llvm-readobj.rst @@ -152,6 +152,10 @@ The following options are implemented only for the ELF file format. Display demangled symbol names in the output. +.. option:: --dependent-libraries + + Display the dependent libraries section. + .. option:: --dyn-relocations Display the dynamic relocation entries. -- cgit v1.2.3