diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html new file mode 100644 index 00000000000..250d995f0fe --- /dev/null +++ b/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 + + +