From 95bba873f4f7686d790d870a4fe7f2f82aaf713f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 1 Jul 2004 16:59:05 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 789d85d68b5..f083cd3bb1b 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -43,7 +43,7 @@ and assembly programs, respectively.

disassemble a bytecode file into human-readable form
  • analyze - - analyze a bytecode file
  • + analyze a program compiled to bytecode
  • opt - optimize a bytecode file
  • @@ -110,6 +110,10 @@ and assembly programs, respectively.

  • extract - extract a function from an LLVM bytecode file
  • +
  • llvm-abcd - + bytecode analyzer (analyzes the binary encoding itself, not the program it + represents)
  • +