[PATCH] D64132: [docs][llvm-dwarfdump] Remove unnecessary reference to --show-children

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 07:14:54 PDT 2019


jhenderson created this revision.
jhenderson added reviewers: probinson, aprantl, JDevlieghere.
Herald added a project: LLVM.

The --show-children option description describes what it does, and reference the =<offset> parameter of section dump switches. I don't think it needs to be explained again in the documentation of these section dump switches too.


Repository:
  rL LLVM

https://reviews.llvm.org/D64132

Files:
  docs/CommandGuide/llvm-dwarfdump.rst


Index: docs/CommandGuide/llvm-dwarfdump.rst
===================================================================
--- docs/CommandGuide/llvm-dwarfdump.rst
+++ docs/CommandGuide/llvm-dwarfdump.rst
@@ -154,9 +154,7 @@
             optional offset of the exact entry to dump within the
             respective section. When an offset is provided, only the
             entry at that offset will be dumped, else the entire
-            section will be dumped. Children of items at a specific
-            offset can be dumped by also using the
-            :option:`--show-children` option where applicable.
+            section will be dumped.
 
 .. option:: @<FILE>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64132.207775.patch
Type: text/x-patch
Size: 664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190703/458813ad/attachment.bin>


More information about the llvm-commits mailing list