]> granicus.if.org Git - llvm/commit
[llvm-nm] Fix docs and help text for --print-size
authorJames Henderson <jh7370@my.bristol.ac.uk>
Wed, 12 Jun 2019 10:44:41 +0000 (10:44 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Wed, 12 Jun 2019 10:44:41 +0000 (10:44 +0000)
commit6016a5e6b2735e66bb83e4210633a96ff98fa100
tree2b3b1d1776e4f777f284225639acdeeabe73df20
parentf36c1c031e386f636ff438885974104b828785d9
[llvm-nm] Fix docs and help text for --print-size

The --print-size help text and documentation claimed that the size was
printed instead of the address, but this is incorrect. It is printed as
well as the address. This patch fixes this issue.

Reviewed by: MaskRay, mtrent, ruiu

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363136 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-nm.rst
tools/llvm-nm/llvm-nm.cpp