summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit3121ce052f0609dcc24cecc1f1dcdc4bd5ef83bc (patch)
treeb838c69ec22256b4cae88faad7b6a6e559413621 /llvm/docs/CommandGuide
parentae8b03362c28a014a4d1e67a166f3f49ae5298ce (diff)
downloadbcm5719-llvm-3121ce052f0609dcc24cecc1f1dcdc4bd5ef83bc.tar.gz
bcm5719-llvm-3121ce052f0609dcc24cecc1f1dcdc4bd5ef83bc.zip
Fix links to llvmgcc and llvmgxx
llvm-svn: 14537
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/gccas.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/gccas.pod b/llvm/docs/CommandGuide/gccas.pod
index a7e32533fbf..c5ee63b3c17 100644
--- a/llvm/docs/CommandGuide/gccas.pod
+++ b/llvm/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"
OpenPOWER on IntegriCloud