aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-16 18:04:40 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-16 18:04:40 +0000
commitf0e3a08ea283b02116d013083d55e847f76929e1 (patch)
treee9f5ae72a6d39dd45782edb237319aa41866c1ad /docs
parentbb24b9c26d2930e26f8acdf84262d573d254b7d2 (diff)
downloadexternal_llvm-f0e3a08ea283b02116d013083d55e847f76929e1.zip
external_llvm-f0e3a08ea283b02116d013083d55e847f76929e1.tar.gz
external_llvm-f0e3a08ea283b02116d013083d55e847f76929e1.tar.bz2
add llvm-nm entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index ce869a5..65a7079 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -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.