summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-09 20:34:13 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-09 20:34:13 +0000
commit0bc8b127345d82d77b95d42a7aa9ba624462920b (patch)
tree55dfbefea53b243e83c5ac1be1cb62fcf569ef48 /llvm/docs
parent213e6db9ce2fda45afe32cc07a2a14edbd956732 (diff)
downloadbcm5719-llvm-0bc8b127345d82d77b95d42a7aa9ba624462920b.tar.gz
bcm5719-llvm-0bc8b127345d82d77b95d42a7aa9ba624462920b.zip
Fix broken internal links (one found by seventwentyfour.com spider)
llvm-svn: 16260
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CompilerDriver.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CompilerDriver.html b/llvm/docs/CompilerDriver.html
index 1d1bdb662d1..a0579bc9737 100644
--- a/llvm/docs/CompilerDriver.html
+++ b/llvm/docs/CompilerDriver.html
@@ -54,8 +54,8 @@
<div class="doc_section"> <a name="introduction">Introduction</a></div>
<!-- *********************************************************************** -->
<div class="doc_text">
- <p>The <tt>llvmc</tt> <a href="def_tool">tool</a> is a configurable compiler
- <a href="def_driver">driver</a>. As such, it isn't a compiler, optimizer,
+ <p>The <tt>llvmc</tt> <a href="#def_tool">tool</a> is a configurable compiler
+ <a href="#def_driver">driver</a>. As such, it isn't a compiler, optimizer,
or a linker itself but it drives (invokes) other software that perform those
tasks. If you are familiar with the GNU Compiler Collection's <tt>gcc</tt>
tool, <tt>llvmc</tt> is very similar.</p>
OpenPOWER on IntegriCloud