X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandGuide%2Fllvm-as.html;h=5cb575cd1fcc623b5013a932344fb89afcbcb627;hb=9f71e799c3e6e4cc0c71de82bda81f8753e82942;hp=8406d6eff537db6e1874cc7d2ec9d167b00d15a9;hpb=08a04fdd67cdb469cdc7c2f38e97df571ecacd26;p=oota-llvm.git diff --git a/docs/CommandGuide/llvm-as.html b/docs/CommandGuide/llvm-as.html index 8406d6eff53..5cb575cd1fc 100644 --- a/docs/CommandGuide/llvm-as.html +++ b/docs/CommandGuide/llvm-as.html @@ -5,37 +5,29 @@ LLVM: llvm-as tool -
-

LLVM: llvm-as tool

-
+

LLVM: llvm-as tool


-

-NAME -

+

NAME

+llvm-as -llvm-as +

SYNOPSIS

+llvm-as [options] [filename] -

-SYNOPSIS -

+

DESCRIPTION

-llvm-as [options] [filename] -

-DESCRIPTION -

- -The llvm-as command is the LLVM assembler. It reads a file containing human -readable LLVM assembly language, translates it to LLVM bytecode, and writes the -result into a file or to standard output. +The llvm-as command is the LLVM assembler. It reads a file containing +human readable LLVM assembly language, translates it to LLVM bytecode, and +writes the result into a file or to standard output.

-If filename is omitted or is -, then llvm-as reads its input from standard -input. +If filename is omitted or is -, then llvm-as reads its input from +standard input.

-If an output file is not specified with the -o option, then llvm-as sends its -output to a file or standard output by the following logic: +If an output file is not specified with the -o option, then +llvm-as sends its output to a file or standard output by the following +logic:

-

-OPTIONS -

+

OPTIONS

-

-EXIT STATUS -

+

EXIT STATUS

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

SEE ALSO

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

-SEE ALSO -

-llvm-dis
Maintained by the LLVM Team.