summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>2019-08-05 22:47:07 +0000
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>2019-08-05 22:47:07 +0000
commitc71c6299265678f9495966efd859770660ed7b50 (patch)
tree46188b65acf4959ec85d83031362b65d314b7549 /llvm/docs/CommandGuide
parente39e79358fcdd5d8ad809defaa821f0bbfa809a5 (diff)
downloadbcm5719-llvm-c71c6299265678f9495966efd859770660ed7b50.tar.gz
bcm5719-llvm-c71c6299265678f9495966efd859770660ed7b50.zip
[llvm-readelf] Support dumping of stack sizes sections with readelf --stack-sizes
Reviewers: jhenderson, grimar, rupprecht Differential Revision: https://reviews.llvm.org/D65313 llvm-svn: 367942
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-readelf.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst
index 0faad07e417..ecdb8f80771 100644
--- a/llvm/docs/CommandGuide/llvm-readelf.rst
+++ b/llvm/docs/CommandGuide/llvm-readelf.rst
@@ -160,6 +160,11 @@ OPTIONS
Display contents of the stackmap section.
+.. 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.
+
.. option:: --string-dump=<section[,section,...]>, -p
Display the specified section(s) as a list of strings. ``section`` may be a
OpenPOWER on IntegriCloud