summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-12 05:03:33 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-12 05:03:33 +0000
commitfa48e9612e52adada82b3d74f9a8e2c35c960b36 (patch)
treefa6daeddaef92e0dc0c283d51489889b9b5cbd04 /docs/CommandGuide
parent022e34dd1ae9e8a6ad7f96a144b6a9fad9212b7a (diff)
downloadllvm-fa48e9612e52adada82b3d74f9a8e2c35c960b36.tar.gz
llvm-fa48e9612e52adada82b3d74f9a8e2c35c960b36.tar.bz2
llvm-fa48e9612e52adada82b3d74f9a8e2c35c960b36.tar.xz
Remove references to the now deprecated gccas and gccld.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvmc.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod
index f72101f3e8..e398a4eba8 100644
--- a/docs/CommandGuide/llvmc.pod
+++ b/docs/CommandGuide/llvmc.pod
@@ -422,8 +422,7 @@ L<http://llvm.org/PR686>
=head1 SEE ALSO
-L<gccas|gccas>, L<gccld|gccld>, L<llvm-as|llvm-as>, L<llvm-dis|llvm-dis>,
-L<llc|llc>, L<llvm-link|llvm-link>
+L<llvm-as|llvm-as>, L<llvm-dis|llvm-dis>, L<llc|llc>, L<llvm-link|llvm-link>
=head1 AUTHORS