Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.

llvm-svn: 9185
This commit is contained in:
Brian Gaeke 2003-10-16 23:39:10 +00:00
parent 13b9395071
commit d0c1ccc9c9
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ LLVM: llvm-nm tool
<p>The <tt>llvm-nm</tt> utility lists the names of symbols from the <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 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 <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 <tt>nm(1)</tt> output format. Each such output record consists of an