From 294fab1d079ef8dbcadcf2782b22ffdd0c849a81 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 19 Oct 2003 18:23:05 +0000 Subject: Change it to match llvmgcc.html ... why do we have separate pages for these two? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9265 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvmgxx.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/CommandGuide/llvmgxx.html b/docs/CommandGuide/llvmgxx.html index 7efd46d96e..0b74e43623 100644 --- a/docs/CommandGuide/llvmgxx.html +++ b/docs/CommandGuide/llvmgxx.html @@ -23,8 +23,12 @@ version of g++ that takes C++ programs and compiles them into LLVM bytecode or assembly language, depending upon the options.

-The llvmg++ program uses the gccas and gccld to -assist with the creation of complete programs. +Unless the -S option is specified, llvmg++ will use the +gccas program to perform some optimizations +and create an LLVM bytecode file. Unless the -c option is specified, +llvmg++ will also use the gccld +program to perform further optimizations and link the resulting bytecode +file(s) with support libraries to create an executable program.

Being derived from the GNU Compiler Collection, -- cgit v1.2.3