[PATCH] D63142: [llvm-nm] Fix docs and help text for --print-size

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 01:48:26 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: docs/CommandGuide/llvm-nm.rst:124
 
- Show symbol size instead of address.
+ Show symbol size as well as address.
 
----------------
MachO files do not record the size. (There is currently a warning) You may add a note about this if useful.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63142





More information about the llvm-commits mailing list