From f0e3a08ea283b02116d013083d55e847f76929e1 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 16 Oct 2003 18:04:40 +0000 Subject: [PATCH] add llvm-nm entry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9163 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/index.html | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.11.0