From 763855342b6b9ccd9f2399e85d8651ac5ecd911c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 2 Jul 2004 15:48:33 +0000 Subject: The HTML documentation is now automatically generated from POD source. llvm-svn: 14578 --- llvm/docs/CommandGuide/gccas.html | 84 --------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 llvm/docs/CommandGuide/gccas.html (limited to 'llvm/docs/CommandGuide/gccas.html') diff --git a/llvm/docs/CommandGuide/gccas.html b/llvm/docs/CommandGuide/gccas.html deleted file mode 100644 index 4c22a9934a5..00000000000 --- a/llvm/docs/CommandGuide/gccas.html +++ /dev/null @@ -1,84 +0,0 @@ - -LLVM: gccas tool - - - -
-

LLVM: gccas tool

-
-
- -

NAME

-gccas - -

SYNOPSIS

-gccas [options] < filename> - -

DESCRIPTION

- -The gccas utility takes an LLVM assembly file generated by the C or C++ frontends and -converts it into an LLVM bytecode file. It is primarily used by the GCC front -end, and as such, attempts to mimic the interface provided by the default system -assembler so that it can act as a "drop-in" replacement.

- -gccas performs a number of optimizations on the input program.

- -

-OPTIONS -

- - - -

-EXIT STATUS -

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

SEE ALSO

-llvm-as -gccld - -
-Maintained by the LLVM Team. - - - -- cgit v1.2.3