[PATCH] D64132: [docs][llvm-dwarfdump] Remove unnecessary reference to --show-children
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 01:49:57 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL365115: [docs][llvm-dwarfdump] Remove unnecessary reference to --show-children (authored by jhenderson, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D64132?vs=207775&id=207989#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64132/new/
https://reviews.llvm.org/D64132
Files:
llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst
Index: llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst
+++ llvm/trunk/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.207989.patch
Type: text/x-patch
Size: 697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190704/e60a2148/attachment.bin>
More information about the llvm-commits
mailing list