aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-01 16:59:05 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-01 16:59:05 +0000
commit95bba873f4f7686d790d870a4fe7f2f82aaf713f (patch)
treee6e2938f5ac55d93f463d2a3cdb0f21b6e950db2 /docs
parent38ca9be9efade42cf9d78fd163d94a115a3807e6 (diff)
downloadexternal_llvm-95bba873f4f7686d790d870a4fe7f2f82aaf713f.zip
external_llvm-95bba873f4f7686d790d870a4fe7f2f82aaf713f.tar.gz
external_llvm-95bba873f4f7686d790d870a4fe7f2f82aaf713f.tar.bz2
Mention llvm-abcd, point out difference between it and `analyze'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index 789d85d..f083cd3 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -43,7 +43,7 @@ and assembly programs, respectively.</p>
disassemble a bytecode file into human-readable form</li>
<li><a href="analyze.html"><b>analyze</b></a> -
- analyze a bytecode file</li>
+ analyze a program compiled to bytecode</li>
<li><a href="opt.html"><b>opt</b></a> -
optimize a bytecode file</li>
@@ -110,6 +110,10 @@ and assembly programs, respectively.</p>
<li><a href="extract.html"><b>extract</b></a> -
extract a function from an LLVM bytecode file</li>
+<li><a href="llvm-abcd.html"><b>llvm-abcd</b></a> -
+ bytecode analyzer (analyzes the binary encoding itself, not the program it
+ represents)</li>
+
</ul>
</div>