diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-18 06:18:09 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-18 06:18:09 +0000 |
| commit | e86d843420d940d2d2fb108c11632a58560c933b (patch) | |
| tree | bd23d50f052e0a3cdca1cfbef0529dd693883b0a /llvm/docs/CommandGuide/llvm-nm.html | |
| parent | be755279f37c02c50355780ea71b0b23d566a985 (diff) | |
| download | bcm5719-llvm-e86d843420d940d2d2fb108c11632a58560c933b.tar.gz bcm5719-llvm-e86d843420d940d2d2fb108c11632a58560c933b.zip | |
Update to reflect the fact that llvm-nm can read archives now.
llvm-svn: 10061
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-nm.html')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.html b/llvm/docs/CommandGuide/llvm-nm.html index 6238b756d52..91d89583da7 100644 --- a/llvm/docs/CommandGuide/llvm-nm.html +++ b/llvm/docs/CommandGuide/llvm-nm.html @@ -17,10 +17,11 @@ LLVM: llvm-nm tool <h3>DESCRIPTION</h3> <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. If no filename is specified, -or - is used as a filename, <tt>llvm-nm</tt> reads its input from standard -input.</p> +LLVM bytecode files, or <tt>ar(1)</tt> archives containing LLVM +bytecode files, named on the command line. Each symbol is listed along +with some simple information about its provenance. If no filename is specified, +or - is used as a filename, <tt>llvm-nm</tt> will process a bytecode file +on its standard input stream.</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 @@ -97,8 +98,7 @@ the bytecode file.</p> <h3>BUGS</h3> -<tt>llvm-nm</tt> cannot currently see inside <tt>ar(1)</tt> library -archive files, like <tt>nm(1)</tt> can. It cannot demangle C++ mangled +<tt>llvm-nm</tt> cannot demangle C++ mangled names, like GNU <tt>nm(1)</tt> can. <h3>EXIT STATUS</h3> |

