[llvm-commits] CVS: llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod

Andrew Lenharth andrewl at lenharth.org
Thu Oct 5 10:35:47 PDT 2006


You probably want to add this to llvmg++ too, and mention that it is
llvm-gcc4 only.

On 10/5/06, Patrick Meredith <pmeredit at cs.uiuc.edu> wrote:
>
>
> Changes in directory llvm-www/releases/1.8/docs/CommandGuide:
>
> llvmgcc.pod updated: 1.1 -> 1.2
> ---
> Log message:
>
>
> Added command line option documentation for -emit-llvm
>
>
> ---
> Diffs of the changes:  (+5 -0)
>
>  llvmgcc.pod |    5 +++++
>  1 files changed, 5 insertions(+)
>
>
> Index: llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod
> diff -u llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod:1.1 llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod:1.2
> --- llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod:1.1     Wed Aug  9 01:00:10 2006
> +++ llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod Thu Oct  5 12:02:00 2006
> @@ -76,6 +76,11 @@
>
>  Fully disable all inlining
>
> +=item B<-emit-llvm>
> +
> +Emit llvm files (bytecode instead of object files, and .ll files instead of native assembly files if used with -S)
> +
> +
>  =back
>
>  =head1 EXIT STATUS
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list