diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2019-11-25 16:04:58 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2019-12-06 14:28:29 +0300 |
commit | cd2c409cebb4f838549fba0b71093b0e15d52bca (patch) | |
tree | a1f17b4f4873eaee96bfc5699176f833235f24c6 /llvm/docs/CommandGuide/llvm-readobj.rst | |
parent | 6b11760128751455a73d9f00a5f935d1f49fbd0f (diff) | |
download | bcm5719-llvm-cd2c409cebb4f838549fba0b71093b0e15d52bca.tar.gz bcm5719-llvm-cd2c409cebb4f838549fba0b71093b0e15d52bca.zip |
[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
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. |