diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-18 20:37:44 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-18 20:37:44 +0000 |
commit | 439ba1fefa6a129089b5e06541b9b9d47594bf55 (patch) | |
tree | a96044c654b52fa0a6cee577fd4660fc21507521 /docs/CommandGuide | |
parent | a58f05847cb663e962c30d842bf6cbbed446459b (diff) | |
download | external_llvm-439ba1fefa6a129089b5e06541b9b9d47594bf55.zip external_llvm-439ba1fefa6a129089b5e06541b9b9d47594bf55.tar.gz external_llvm-439ba1fefa6a129089b5e06541b9b9d47594bf55.tar.bz2 |
Remove broken links to gccas and gccld.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34393 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 8ef0bf5..93eb256 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -96,12 +96,6 @@ options) arguments to the tool you are interested in.</p> <li><a href="html/llvmgxx.html"><b>llvmg++</b></a> - GCC-based C++ front-end for LLVM</li> -<li><a href="html/gccas.html"><b>gccas</b></a> - - compile-time optimizer used by llvm-g++ and llvm-gcc</li> - -<li><a href="html/gccld.html"><b>gccld</b></a> - - linker and link-time optimizer used by llvm-g++ and llvm-gcc</li> - <li><a href="html/stkrc.html"><b>stkrc</b></a> - front-end compiler for the <a href="../Stacker.html">Stacker</a> language</li> |