[llvm-commits] [llvm-gcc-4.2] r53247 - /llvm-gcc-4.2/trunk/gcc/doc/invoke.texi
Chris Lattner
clattner at apple.com
Tue Jul 8 17:21:17 PDT 2008
On Jul 8, 2008, at 1:48 PM, Devang Patel wrote:
> Author: dpatel
> Date: Tue Jul 8 15:47:55 2008
> New Revision: 53247
>
> URL: http://llvm.org/viewvc/llvm-project?rev=53247&view=rev
> Log:
> Clarify -mllvm info.
Thanks.
> Modified: llvm-gcc-4.2/trunk/gcc/doc/invoke.texi
> URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/doc/invoke.texi?rev=53247&r1=53246&r2=53247&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm-gcc-4.2/trunk/gcc/doc/invoke.texi (original)
> +++ llvm-gcc-4.2/trunk/gcc/doc/invoke.texi Tue Jul 8 15:47:55 2008
> @@ -4848,8 +4848,10 @@
> @c LLVM LOCAL begin
> @item -mllvm @var{string}
> @opindex mllvm
> -This options provides a way to supply llvm optimization and code
> -generation debugging options to LLVM component directly.
> +This option provides a way to supply llvm optimization and code
> +generation debugging options to LLVM component directly. This option
> +is intended for compiler developers, who are investigationg LLVM
> +component bug, only.
investigationg LLVM component bug, only. -> investigating LLVM bugs,
not end users.
-Chris
More information about the llvm-commits
mailing list