[llvm] r365115 - [docs][llvm-dwarfdump] Remove unnecessary reference to --show-children
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 01:49:05 PDT 2019
Author: jhenderson
Date: Thu Jul 4 01:49:04 2019
New Revision: 365115
URL: http://llvm.org/viewvc/llvm-project?rev=365115&view=rev
Log:
[docs][llvm-dwarfdump] Remove unnecessary reference to --show-children
The --show-children option description describes what it does, and
references the =<offset> parameter of section dump switches. I don't
think it needs to be explained again in the documentation of the
section dump switches too.
Reviewed by: JDevlieghere
Differential Revision: https://reviews.llvm.org/D64132
Modified:
llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst?rev=365115&r1=365114&r2=365115&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst Thu Jul 4 01:49:04 2019
@@ -154,9 +154,7 @@ OPTIONS
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>
More information about the llvm-commits
mailing list