[PATCH] D82460: [docs] Fix the warnings during docs-llvm-html build
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 02:08:53 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG95435117addb: [docs][llvm-dwarfdump] Fix the warnings during docs-llvm-html buil (authored by djtodoro).
Changed prior to commit:
https://reviews.llvm.org/D82460?vs=273007&id=273266#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82460/new/
https://reviews.llvm.org/D82460
Files:
llvm/docs/CommandGuide/llvm-dwarfdump.rst
Index: llvm/docs/CommandGuide/llvm-dwarfdump.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-dwarfdump.rst
+++ llvm/docs/CommandGuide/llvm-dwarfdump.rst
@@ -149,7 +149,7 @@
Display the version of the tool.
-.. option:: --debug-abbrev, --debug-addr, --debug-aranges, --debug-cu-index, --debug-frame[=<offset>], --debug-gnu-pubnames, --debug-gnu-pubtypes, --debug-info[=<offset>], --debug-line[=<offset>], --debug-line-str, --debug-loc[=<offset>], --debug-loclists[=<offset>], --debug-macro, --debug-names, --debug-pubnames, --debug-pubtypes, --debug-ranges, --debug-rnglists, --debug-str, --debug-str-offsets, --debug-tu-index, --debug-types[=<offset>], --eh-frame[=<offset>], --gdb-index, --apple-names, --apple-types, --apple-namespaces, --apple-objc
+.. option:: --debug-abbrev, --debug-addr, --debug-aranges, --debug-cu-index, --debug-frame[=<offset>], --debug-gnu-pubnames, --debug-gnu-pubtypes, --debug-info [=<offset>], --debug-line [=<offset>], --debug-line-str, --debug-loc [=<offset>], --debug-loclists [=<offset>], --debug-macro, --debug-names, --debug-pubnames, --debug-pubtypes, --debug-ranges, --debug-rnglists, --debug-str, --debug-str-offsets, --debug-tu-index, --debug-types [=<offset>], --eh-frame [=<offset>], --gdb-index, --apple-names, --apple-types, --apple-namespaces, --apple-objc
Dump the specified DWARF section by name. Only the
`.debug_info` section is shown by default. Some entries
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82460.273266.patch
Type: text/x-patch
Size: 1512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200625/ed94928f/attachment.bin>
More information about the llvm-commits
mailing list