[PATCH] D67548: [docs][llvm-readelf][llvm-readobj] Improve --stack-sizes documentation
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 08:02:24 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371862: [docs][llvm-readelf][llvm-readobj] Improve --stack-sizes documentation (authored by jhenderson, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D67548?vs=220084&id=220106#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67548/new/
https://reviews.llvm.org/D67548
Files:
llvm/trunk/docs/CommandGuide/llvm-readelf.rst
llvm/trunk/docs/CommandGuide/llvm-readobj.rst
Index: llvm/trunk/docs/CommandGuide/llvm-readobj.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-readobj.rst
+++ llvm/trunk/docs/CommandGuide/llvm-readobj.rst
@@ -214,6 +214,12 @@
Display the section to segment mapping.
+.. option:: --stack-sizes
+
+ Display the contents of the stack sizes section(s), i.e. pairs of function
+ names and the size of their stack frames. Currently only implemented for GNU
+ style output.
+
.. option:: --version-info, -V
Display version sections.
Index: llvm/trunk/docs/CommandGuide/llvm-readelf.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-readelf.rst
+++ llvm/trunk/docs/CommandGuide/llvm-readelf.rst
@@ -163,7 +163,8 @@
.. option:: --stack-sizes
Display the contents of the stack sizes section(s), i.e. pairs of function
- names and the size of their stack frames.
+ names and the size of their stack frames. Currently only implemented for GNU
+ style output.
.. option:: --string-dump=<section[,section,...]>, -p
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67548.220106.patch
Type: text/x-patch
Size: 1098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190913/10a559a5/attachment.bin>
More information about the llvm-commits
mailing list