[llvm-commits] [llvm-gcc-4.2] r53199 - /llvm-gcc-4.2/trunk/gcc/doc/invoke.texi
Devang Patel
dpatel at apple.com
Mon Jul 7 13:30:06 PDT 2008
Author: dpatel
Date: Mon Jul 7 15:29:47 2008
New Revision: 53199
URL: http://llvm.org/viewvc/llvm-project?rev=53199&view=rev
Log:
Document -mllvm.
Modified:
llvm-gcc-4.2/trunk/gcc/doc/invoke.texi
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=53199&r1=53198&r2=53199&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/doc/invoke.texi (original)
+++ llvm-gcc-4.2/trunk/gcc/doc/invoke.texi Mon Jul 7 15:29:47 2008
@@ -355,6 +355,8 @@
-p -pg -print-file-name=@var{library} -print-libgcc-file-name @gol
-print-multi-directory -print-multi-lib @gol
-print-prog-name=@var{program} -print-search-dirs -Q @gol
+ at c LLVM LOCAL
+-mllvm @var{string}
-save-temps -time}
@item Optimization Options
@@ -4843,6 +4845,13 @@
The corresponding intermediate file may be obtained by renaming the
source file before using @option{-save-temps}.
+ at c LLVM LOCAL begin
+ at -mllvm @var{string}
+ at optindex mllvm
+This options provides a way to supply llvm optimization and code
+generation debugging options to LLVM component directly.
+ at c LLVM LOCAL end
+
@item -time
@opindex time
Report the CPU time taken by each subprocess in the compilation
More information about the llvm-commits
mailing list