[PATCH] D63787: [llvm-objdump] Update the doc for --disassemble-functions.
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 11:42:08 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL364573: [llvm-objdump] Update the doc for --disassemble-functions. (authored by yuanfang, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D63787?vs=206699&id=206899#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63787/new/
https://reviews.llvm.org/D63787
Files:
llvm/trunk/docs/CommandGuide/llvm-objdump.rst
Index: llvm/trunk/docs/CommandGuide/llvm-objdump.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-objdump.rst
+++ llvm/trunk/docs/CommandGuide/llvm-objdump.rst
@@ -35,9 +35,11 @@
Display assembler mnemonics for the machine instructions. Disassembles all
sections found in the input file(s) by default.
-.. option:: --disassemble-functions=<func1[,func2,...]>
+.. option:: --disassemble-functions=<symbol1[,symbol2,...]>
- Disassemble only the specified symbols. Implies :option:`--disassemble`.
+ Disassemble only the specified symbols. Takes demangled symbol names when
+ :option:`--demangle` is specified, otherwise takes mangled symbol names.
+ Implies :option:`--disassemble`.
.. option:: --dwarf=<value>
@@ -111,7 +113,7 @@
.. option:: --arch-name=<string>
- Specify the target architecture when disassembling. Use :option:``--version``
+ Specify the target architecture when disassembling. Use :option:`--version`
for a list of available targets.
.. option:: -C, --demangle
@@ -193,7 +195,7 @@
.. option:: --x86-asm-syntax=<style>
- When used with the ``--disassemble`` option, choose style of code to emit from
+ When used with :option:`--disassemble`, choose style of code to emit from
X86 backend. Supported values are:
.. option:: att
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63787.206899.patch
Type: text/x-patch
Size: 1356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190627/a1ae8f21/attachment.bin>
More information about the llvm-commits
mailing list