Fix links to llvmgcc and llvmgxx
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jul 2004 17:59:53 +0000 (17:59 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jul 2004 17:59:53 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14537 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/gccas.pod

index a7e32533fbf77cd225c5f836f3fa9474a22a533b..c5ee63b3c17b16c024b4ee69a8e709eb392a6d53 100644 (file)
@@ -12,7 +12,7 @@ gccas [options] filename
 =head1 DESCRIPTION
 
 The B<gccas> utility takes an LLVM assembly file generated by the
-L<llvm-gcc|llvm-gcc> or L<llvm-g++|llvm-g++> front-ends and converts
+L<llvmgcc|llvmgcc> or L<llvmg++|llvmgxx> front-ends and converts
 it into an LLVM bytecode file.  It is primarily used by the GCC
 front end, and as such, attempts to mimic the interface provided
 by the default system assembler so that it can act as a "drop-in"