Fix links to llvmgcc and llvmgxx

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-07-01 17:59:53 +00:00
parent 89fe7de2c9
commit 6aa3c744b7

View 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"