[llvm] d3b7c84 - [llvm-objdump][docs] Mention --show-all-symbols

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


Author: Fangrui Song
Date: 2022-12-05T20:01:01Z
New Revision: d3b7c84a0bf6ebfefcf23663429d56c2386603d3

URL: https://github.com/llvm/llvm-project/commit/d3b7c84a0bf6ebfefcf23663429d56c2386603d3
DIFF: https://github.com/llvm/llvm-project/commit/d3b7c84a0bf6ebfefcf23663429d56c2386603d3.diff

LOG: [llvm-objdump][docs] Mention --show-all-symbols

after D131589

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D139282

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 0be440c2e3601..6fc60faac1f64 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -226,6 +226,11 @@ OPTIONS
   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


        


More information about the llvm-commits mailing list