From 408128d2f1b41e5bfe434529d41e72335123b2d8 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 11 Sep 2003 19:58:03 +0000 Subject: Adding a skeleton for the LLVM Command Guide. Hopefully the group as a whole will update this into a real guide. llvm-svn: 8483 --- llvm/docs/CommandGuide/llvm-dis.html | 89 ++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 llvm/docs/CommandGuide/llvm-dis.html (limited to 'llvm/docs/CommandGuide/llvm-dis.html') diff --git a/llvm/docs/CommandGuide/llvm-dis.html b/llvm/docs/CommandGuide/llvm-dis.html new file mode 100644 index 00000000000..b90442e8716 --- /dev/null +++ b/llvm/docs/CommandGuide/llvm-dis.html @@ -0,0 +1,89 @@ + + +llvm-dis + + + + +
+

Low Level Virtual Machine

+
+
+ +

+NAME +

+ +llvm-dis + +

+SYNOPSIS +

+ +llvm-dis [options] < filename> +

+DESCRIPTION +

+ +The llvm-dis command is the LLVM disassembler. It takes an LLVM bytecode file +and converts it into one of several human readable formats. + +By default, llvm-dis places its output in filename.ll, removing the .bc suffix +if it exists. +

+OPTIONS +

+ + + +

+EXIT STATUS +

+ +If llvm-dis succeeds, it will exit with 0. Otherwise, if an error occurs, it +will exit with a non-zero value. + +

+SEE ALSO +

+llvm-dis + +
+University of Illinois at Urbana-Champaign + + + -- cgit v1.2.3