From: Djordje Todorovic Date: Thu, 25 Jun 2020 08:54:37 +0000 (+0200) Subject: [docs][llvm-dwarfdump] Fix the warnings during docs-llvm-html buil X-Git-Tag: llvmorg-12-init~1990 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95435117addb472bc2fddeceedaa7cf44db0eabb;p=platform%2Fupstream%2Fllvm.git [docs][llvm-dwarfdump] Fix the warnings during docs-llvm-html buil Before the fix the build of docs-llvm-html would fail. The D80959 introduced options that are not recognized, so we have warning as: llvm-project/llvm/docs/CommandGuide/llvm-dwarfdump.rst:40\ :unknown option: --debug-info Differential Revision: https://reviews.llvm.org/D82460 --- diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst index d31af50..d0c7be4 100644 --- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst +++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst @@ -149,7 +149,7 @@ OPTIONS Display the version of the tool. -.. option:: --debug-abbrev, --debug-addr, --debug-aranges, --debug-cu-index, --debug-frame[=], --debug-gnu-pubnames, --debug-gnu-pubtypes, --debug-info[=], --debug-line[=], --debug-line-str, --debug-loc[=], --debug-loclists[=], --debug-macro, --debug-names, --debug-pubnames, --debug-pubtypes, --debug-ranges, --debug-rnglists, --debug-str, --debug-str-offsets, --debug-tu-index, --debug-types[=], --eh-frame[=], --gdb-index, --apple-names, --apple-types, --apple-namespaces, --apple-objc +.. option:: --debug-abbrev, --debug-addr, --debug-aranges, --debug-cu-index, --debug-frame[=], --debug-gnu-pubnames, --debug-gnu-pubtypes, --debug-info [=], --debug-line [=], --debug-line-str, --debug-loc [=], --debug-loclists [=], --debug-macro, --debug-names, --debug-pubnames, --debug-pubtypes, --debug-ranges, --debug-rnglists, --debug-str, --debug-str-offsets, --debug-tu-index, --debug-types [=], --eh-frame [=], --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