diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-readobj.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readobj.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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. |