[PATCH] D63787: [llvm-objdump] Update the doc for --disassemble-functions.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 02:11:54 PDT 2019


jhenderson accepted this revision.
jhenderson added a comment.

LGTM, with one suggestion.



================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:38
 
-  Disassemble only the specified symbols. Implies :option:`--disassemble`.
+  Disassemble only the specified symbols. Takes demangled symbols when
+  :option:`--demangle` is specified, otherwise takes mangled symbols.
----------------
Perhaps worth changing "demangled symbols" to "demangled symbol names" and "mangled symbols" to "mangled symbol names".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63787/new/

https://reviews.llvm.org/D63787





More information about the llvm-commits mailing list