From 08a04fdd67cdb469cdc7c2f38e97df571ecacd26 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 20:12:05 +0000 Subject: Consistently set the background color Change the footer to include "maintained by" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8938 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llc.html | 58 ++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 35 deletions(-) (limited to 'docs/CommandGuide/llc.html') diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 41f45db9c7..36226933f9 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -1,33 +1,22 @@ - -LLVM: llc tool - +LLVM: llc tool - + -
-

LLVM: llc tool

-
+

LLVM: llc tool


-

-NAME -

+

NAME

+llc -llc +

SYNOPSIS

+llc [options] [filename] -

-SYNOPSIS -

+

DESCRIPTION

-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. +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.

The choice of architecture for the output assembly code is determined as follows: @@ -53,8 +42,9 @@ follows:

  • - If llc was compiled on an architecture for which it can generate code, - select the architecture upon which llc was compiled. + If llc was compiled on an architecture for which it can + generate code, select the architecture upon which llc was + compiled.

  • @@ -64,17 +54,17 @@ follows:

    -If filename is not specified, or if filename is -, llc reads its input from -standard input. Otherwise, it will read its input from filename. +If filename is not specified, or if filename is -, llc reads its input +from standard input. Otherwise, it will read its input from filename.

    -If the -o option is left unspecified, then llc will send its output to standard +If the -o option is left unspecified, then llc will send its output to standard output if the input is from standard input. If the -o option specifies -, then the output will also be sent to standard output.

    If no -o option is specified and an input file other than - is specified, then -llc creates the output filename as follows: +llc creates the output filename as follows:

    -

    -EXIT STATUS -

    +

    EXIT STATUS

    -If llc succeeds, it will exit with 0. Otherwise, if an error occurs, it -will exit with a non-zero value. +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 +lli
    -LLVM Team +Maintained by the LLVM Team. -- cgit v1.2.3-70-g09d2