add llvm-nm entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9163 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-10-16 18:04:40 +00:00
parent bb24b9c26d
commit f0e3a08ea2

View File

@ -32,6 +32,11 @@
Disassemble an LLVM bytecode file into human-readable form.
<p>
<dt><A href="llvm-nm.html"><b>llvm-dis</b></A>
<dd>
Print out the names and types of symbols in an LLVM bytecode file.
<p>
<dt><A href="analyze.html"><b>analyze</b></A>
<dd>
Analyze an LLVM bytecode file.