From: Brian Gaeke Date: Thu, 16 Oct 2003 18:04:40 +0000 (+0000) Subject: add llvm-nm entry. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f0e3a08ea283b02116d013083d55e847f76929e1;p=oota-llvm.git add llvm-nm entry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9163 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index ce869a597f0..65a707983b2 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -32,6 +32,11 @@ Disassemble an LLVM bytecode file into human-readable form.

+

llvm-dis +
+ Print out the names and types of symbols in an LLVM bytecode file. +

+

analyze
Analyze an LLVM bytecode file.