summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-06-06 23:34:10 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-06-06 23:34:10 +0000
commit838e5add7e6672124ec3af28f86e601dc2608956 (patch)
tree4e5ae66896a9b973b80ce5dd6d132a93ad55e0e1 /llvm/tools
parentff045dc0409d10ba8868e25e9f11156c55ca0967 (diff)
downloadbcm5719-llvm-838e5add7e6672124ec3af28f86e601dc2608956.tar.gz
bcm5719-llvm-838e5add7e6672124ec3af28f86e601dc2608956.zip
[llvm-nm] Update documentation to cover object file support and arguments.
llvm-svn: 158120
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-nm/llvm-nm.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/tools/llvm-nm/llvm-nm.cpp b/llvm/tools/llvm-nm/llvm-nm.cpp
index 8d9e51e56eb..9afbd4db90c 100644
--- a/llvm/tools/llvm-nm/llvm-nm.cpp
+++ b/llvm/tools/llvm-nm/llvm-nm.cpp
@@ -7,12 +7,12 @@
//
//===----------------------------------------------------------------------===//
//
-// This program is a utility that works like traditional Unix "nm",
-// that is, it prints out the names of symbols in a bitcode file,
-// along with some information about each symbol.
+// This program is a utility that works like traditional Unix "nm", that is, it
+// prints out the names of symbols in a bitcode or object file, along with some
+// information about each symbol.
//
-// This "nm" does not print symbols' addresses. It supports many of
-// the features of GNU "nm", including its different output formats.
+// This "nm" supports many of the features of GNU "nm", including its different
+// output formats.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud