[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-nm.html
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Oct 16 18:40:02 PDT 2003
Changes in directory llvm/docs/CommandGuide:
llvm-nm.html updated: 1.1 -> 1.2
---
Log message:
Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/CommandGuide/llvm-nm.html
diff -u llvm/docs/CommandGuide/llvm-nm.html:1.1 llvm/docs/CommandGuide/llvm-nm.html:1.2
--- llvm/docs/CommandGuide/llvm-nm.html:1.1 Thu Oct 16 13:03:24 2003
+++ llvm/docs/CommandGuide/llvm-nm.html Thu Oct 16 18:39:10 2003
@@ -18,7 +18,9 @@
<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
More information about the llvm-commits
mailing list