summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-01 17:59:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-01 17:59:53 +0000
commit6aa3c744b7dacf276a6082d16df9afd7ad23b237 (patch)
tree78b0c07a6563481852b0ebb836bc63f864919c7a /docs/CommandGuide
parent89fe7de2c9dea81d11dc10e41e88b33d1761835d (diff)
downloadllvm-6aa3c744b7dacf276a6082d16df9afd7ad23b237.tar.gz
llvm-6aa3c744b7dacf276a6082d16df9afd7ad23b237.tar.bz2
llvm-6aa3c744b7dacf276a6082d16df9afd7ad23b237.tar.xz
Fix links to llvmgcc and llvmgxx
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/gccas.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/gccas.pod b/docs/CommandGuide/gccas.pod
index a7e32533fb..c5ee63b3c1 100644
--- a/docs/CommandGuide/gccas.pod
+++ b/docs/CommandGuide/gccas.pod
@@ -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"