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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 02:34:39 PDT 2019


jhenderson marked an inline comment as done.
jhenderson added inline comments.


================
Comment at: docs/CommandGuide/llvm-nm.rst:124
 
- Show symbol size instead of address.
+ Show symbol size as well as address.
 
----------------
MaskRay wrote:
> MachO files do not record the size. (There is currently a warning) You may add a note about this if useful.
Sure. I'll add a note to the doc indicating this is not applicable for Mach-O.


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