From 2c193404e0826254a00fbd37460c73e21f8f37c3 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 12 Sep 2003 15:46:24 +0000 Subject: [PATCH] Initial go at documentation for llc. Pretty crufty. llvm-svn: 8492 --- llvm/docs/CommandGuide/llc.html | 147 ++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 llvm/docs/CommandGuide/llc.html diff --git a/llvm/docs/CommandGuide/llc.html b/llvm/docs/CommandGuide/llc.html new file mode 100644 index 000000000000..250d995f0fe5 --- /dev/null +++ b/llvm/docs/CommandGuide/llc.html @@ -0,0 +1,147 @@ + + +llc + + + + +
+

Low Level Virtual Machine

+
+
+ +

+NAME +

+ +llc + +

+SYNOPSIS +

+ +llc [options] < filename> +

+DESCRIPTION +

+ +The llc command compiles LLVM bytecode into assembly language for a specified +architecture. The assembly language output can then be passed through a native +assembler and linker to generate native code. + +

+OPTIONS +

+ + + +

+EXIT STATUS +

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

+SEE ALSO +

+llvm-dis, lli + +
+LLVM Team + + +