[llvm-commits] CVS: llvm/docs/CommandGuide/llvmgxx.html
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Oct 19 13:24:01 PDT 2003
Changes in directory llvm/docs/CommandGuide:
llvmgxx.html updated: 1.3 -> 1.4
---
Log message:
Change it to match llvmgcc.html ... why do we have separate pages for these two?
---
Diffs of the changes: (+6 -2)
Index: llvm/docs/CommandGuide/llvmgxx.html
diff -u llvm/docs/CommandGuide/llvmgxx.html:1.3 llvm/docs/CommandGuide/llvmgxx.html:1.4
--- llvm/docs/CommandGuide/llvmgxx.html:1.3 Tue Oct 7 15:12:05 2003
+++ llvm/docs/CommandGuide/llvmgxx.html Sun Oct 19 13:23:05 2003
@@ -23,8 +23,12 @@
assembly language, depending upon the options.
<p>
-The <tt>llvmg++</tt> program uses the <tt>gccas</tt> and <tt>gccld</tt> to
-assist with the creation of complete programs.
+Unless the <tt>-S</tt> option is specified, <tt>llvmg++</tt> will use the
+<a href="gccas.html"><tt>gccas</tt></a> program to perform some optimizations
+and create an LLVM bytecode file. Unless the <tt>-c</tt> option is specified,
+<tt>llvmg++</tt> will also use the <a href="gccld.html"><tt>gccld</tt></a>
+program to perform further optimizations and link the resulting bytecode
+file(s) with support libraries to create an executable program.
<p>
Being derived from the <a href="http://gcc.gnu.org">GNU Compiler Collection</a>,
More information about the llvm-commits
mailing list