From 08a04fdd67cdb469cdc7c2f38e97df571ecacd26 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 20:12:05 +0000 Subject: [PATCH] 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/analyze.html | 4 +-- docs/CommandGuide/extract.html | 4 +-- docs/CommandGuide/gccas.html | 4 +-- docs/CommandGuide/gccld.html | 2 +- docs/CommandGuide/llc.html | 58 +++++++++++++-------------------- docs/CommandGuide/lli.html | 4 +-- docs/CommandGuide/llvm-as.html | 4 +-- docs/CommandGuide/llvm-dis.html | 4 +-- docs/CommandGuide/llvmgcc.html | 4 +-- docs/CommandGuide/llvmgxx.html | 4 +-- docs/CommandGuide/opt.html | 4 +-- 11 files changed, 42 insertions(+), 54 deletions(-) diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html index 2f32036fa4c..9d73e8678e0 100644 --- a/docs/CommandGuide/analyze.html +++ b/docs/CommandGuide/analyze.html @@ -3,7 +3,7 @@ LLVM: analyze tool - +

LLVM: analyze tool

@@ -86,7 +86,7 @@ SEE ALSO opt
-LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/extract.html b/docs/CommandGuide/extract.html index de4655fc99a..1e2301d1eb1 100644 --- a/docs/CommandGuide/extract.html +++ b/docs/CommandGuide/extract.html @@ -3,7 +3,7 @@ LLVM: extract tool - +

LLVM: extract tool

@@ -64,7 +64,7 @@ SEE ALSO bugpoint
-LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html index c0a5a7462d2..b0297a45e71 100644 --- a/docs/CommandGuide/gccas.html +++ b/docs/CommandGuide/gccas.html @@ -1,7 +1,7 @@ LLVM: gccas tool - +

LLVM: gccas tool

@@ -68,7 +68,7 @@ it will exit with a non-zero value. gccld
-LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/gccld.html b/docs/CommandGuide/gccld.html index 27ed3fe7d73..517caa95a15 100644 --- a/docs/CommandGuide/gccld.html +++ b/docs/CommandGuide/gccld.html @@ -174,7 +174,7 @@ The -L option cannot be used for find native code libraries when using the -native option.
-LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 41f45db9c77..36226933f95 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:

    • @@ -191,20 +181,18 @@ OPTIONS
    -

    -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. diff --git a/docs/CommandGuide/lli.html b/docs/CommandGuide/lli.html index dd6119bc7e3..ba920984e1c 100644 --- a/docs/CommandGuide/lli.html +++ b/docs/CommandGuide/lli.html @@ -3,7 +3,7 @@ LLVM: lli tool - +

    LLVM: lli tool

    @@ -78,7 +78,7 @@ SEE ALSO llc
    -LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/llvm-as.html b/docs/CommandGuide/llvm-as.html index 985c8af399d..8406d6eff53 100644 --- a/docs/CommandGuide/llvm-as.html +++ b/docs/CommandGuide/llvm-as.html @@ -3,7 +3,7 @@ LLVM: llvm-as tool - +

    LLVM: llvm-as tool

    @@ -102,7 +102,7 @@ SEE ALSO llvm-dis
    -LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/llvm-dis.html b/docs/CommandGuide/llvm-dis.html index c6288b0359c..15e8bf6bffd 100644 --- a/docs/CommandGuide/llvm-dis.html +++ b/docs/CommandGuide/llvm-dis.html @@ -3,7 +3,7 @@ LLVM: llvm-dis tool - +

    LLVM: llvm-dis tool

    @@ -107,7 +107,7 @@ SEE ALSO llvm-as
    -LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/llvmgcc.html b/docs/CommandGuide/llvmgcc.html index 360f3656747..99657d22f82 100644 --- a/docs/CommandGuide/llvmgcc.html +++ b/docs/CommandGuide/llvmgcc.html @@ -3,7 +3,7 @@ LLVM: llvmgcc tool - +

    LLVM: llvmgcc tool

    @@ -103,7 +103,7 @@ SEE ALSO gccld
    -LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/llvmgxx.html b/docs/CommandGuide/llvmgxx.html index 90eb9d293e0..7efd46d96e9 100644 --- a/docs/CommandGuide/llvmgxx.html +++ b/docs/CommandGuide/llvmgxx.html @@ -3,7 +3,7 @@ LLVM: llvmg++ tool - +

    LLVM: llvmg++ tool

    @@ -97,7 +97,7 @@ SEE ALSO gccld
    -LLVM Team +Maintained by the LLVM Team. diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html index b75620706cf..ace6a7ac989 100644 --- a/docs/CommandGuide/opt.html +++ b/docs/CommandGuide/opt.html @@ -3,7 +3,7 @@ LLVM: opt tool - +

    LLVM: opt tool

    @@ -127,7 +127,7 @@ SEE ALSO analyze
    -LLVM Team +Maintained by the LLVM Team. -- 2.34.1