diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-12 10:44:41 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-12 10:44:41 +0000 |
commit | 2c16bb80348db39de13c29c174f1def8f84f853c (patch) | |
tree | 1017e1539ef2ea664875a0d65a2b4512c419cf2e /llvm/docs/CommandGuide/llvm-nm.rst | |
parent | f243ca4af8c660cf6add48de21dacce8b6912cfe (diff) | |
download | bcm5719-llvm-2c16bb80348db39de13c29c174f1def8f84f853c.tar.gz bcm5719-llvm-2c16bb80348db39de13c29c174f1def8f84f853c.zip |
[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
llvm-svn: 363136
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-nm.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index b5bd756d542..278dd27a585 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -121,7 +121,7 @@ OPTIONS .. option:: --print-size, -S - Show symbol size instead of address. + Show symbol size as well as address (not applicable for Mach-O). .. option:: --size-sort |