diff --git a/docs/CommandGuide/llvm-readelf.rst b/docs/CommandGuide/llvm-readelf.rst index ecdb8f80771..6aa90475572 100644 --- a/docs/CommandGuide/llvm-readelf.rst +++ b/docs/CommandGuide/llvm-readelf.rst @@ -163,7 +163,8 @@ OPTIONS .. 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=, -p diff --git a/docs/CommandGuide/llvm-readobj.rst b/docs/CommandGuide/llvm-readobj.rst index d15a6739b8d..30f7976183d 100644 --- a/docs/CommandGuide/llvm-readobj.rst +++ b/docs/CommandGuide/llvm-readobj.rst @@ -214,6 +214,12 @@ The following options are implemented only for the ELF file format. 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.