diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-16 23:39:10 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-16 23:39:10 +0000 |
commit | 0b5e69696b4f836bf0e1f21dfef99489a39557a9 (patch) | |
tree | a8eea0d685c9ad2606a9e1e54845914017010e91 /docs/CommandGuide | |
parent | 6020ddd57e62a8da3eee1210040a3611d52d2889 (diff) | |
download | external_llvm-0b5e69696b4f836bf0e1f21dfef99489a39557a9.zip external_llvm-0b5e69696b4f836bf0e1f21dfef99489a39557a9.tar.gz external_llvm-0b5e69696b4f836bf0e1f21dfef99489a39557a9.tar.bz2 |
Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-nm.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-nm.html b/docs/CommandGuide/llvm-nm.html index 0f15027..6238b75 100644 --- a/docs/CommandGuide/llvm-nm.html +++ b/docs/CommandGuide/llvm-nm.html @@ -18,7 +18,9 @@ LLVM: llvm-nm tool <p>The <tt>llvm-nm</tt> utility lists the names of symbols from the LLVM bytecode files named on the command line, along with some -ancillary information about each symbol.</p> +ancillary information about each symbol. If no filename is specified, +or - is used as a filename, <tt>llvm-nm</tt> reads its input from standard +input.</p> <p><tt>llvm-nm</tt>'s default output format is the traditional BSD <tt>nm(1)</tt> output format. Each such output record consists of an |