[PATCH] D139282: [llvm-objdump][docs] Mention --show-all-symbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 12:01:10 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd3b7c84a0bf6: [llvm-objdump][docs] Mention --show-all-symbols (authored by MaskRay).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139282

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst


Index: llvm/docs/CommandGuide/llvm-objdump.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-objdump.rst
+++ llvm/docs/CommandGuide/llvm-objdump.rst
@@ -226,6 +226,11 @@
   When disassembling, display source interleaved with the disassembly. Implies
   :option:`--disassemble`.
 
+.. option:: --show-all-symbols
+
+  Show all symbols during disassembly, even if multiple symbols are defined at
+  the same location.
+
 .. option:: --show-lma
 
   Display the LMA column when dumping ELF section headers. Defaults to off


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139282.480191.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/a7ac634f/attachment.bin>


More information about the llvm-commits mailing list