[PATCH] D75756: [llvm-objdump] Teach `llvm-objdump` dump dynamic symbols.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 03:48:22 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:88-91
+.. option:: -T, --dynamic-syms
+
+  Display the contents of the dynamic symbol table.
+
----------------
Higuoxing wrote:
> jhenderson wrote:
> > Lexicographically, 'T' is before 't', so this should probably be before the -t option.
> It seems that `-r, --reloc` is before `-R, --dynamic-reloc`, `-d, --disassemble` is before `-D, --disassemble-all`. I'm a little confused .. 🤣
Oh okay, leave it as is then. Sorry!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75756





More information about the llvm-commits mailing list