From 473cbecff04c471b7c2f2b0be824a105cd53970a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 06:47:25 +0000 Subject: Fix the names of these executables now that they've been somewhat cast in stone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19101 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvmgxx.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/CommandGuide/llvmgxx.pod') diff --git a/docs/CommandGuide/llvmgxx.pod b/docs/CommandGuide/llvmgxx.pod index b29174b..0f23844 100644 --- a/docs/CommandGuide/llvmgxx.pod +++ b/docs/CommandGuide/llvmgxx.pod @@ -2,26 +2,26 @@ =head1 NAME -llvmg++ - LLVM C++ front-end +llvm-g++ - LLVM C++ front-end =head1 SYNOPSIS -B [I] I +B [I] I =head1 DESCRIPTION -The B command is the LLVM C++ front end. It is a modified +The B command is the LLVM C++ front end. It is a modified version of g++ that takes C++ programs and compiles them into LLVM bytecode or assembly language, depending upon the options. -Unless the B<-S> option is specified, B will use the +Unless the B<-S> option is specified, B will use the L program to perform some optimizations and create an -LLVM bytecode file. Unless the B<-c> option is specified, B +LLVM bytecode file. Unless the B<-c> option is specified, B will also use the L 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, B has many +Being derived from the GNU Compiler Collection, B has many of g++'s features and accepts most of g++'s options. It handles a number of g++'s extensions to the C++ programming language. @@ -72,12 +72,12 @@ Pass I