[llvm-commits] CVS: llvm/docs/CompilerDriver.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Sep 9 13:34:23 PDT 2004
Changes in directory llvm/docs:
CompilerDriver.html updated: 1.7 -> 1.8
---
Log message:
Fix broken internal links (one found by seventwentyfour.com spider)
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/CompilerDriver.html
diff -u llvm/docs/CompilerDriver.html:1.7 llvm/docs/CompilerDriver.html:1.8
--- llvm/docs/CompilerDriver.html:1.7 Sun Aug 29 18:20:42 2004
+++ llvm/docs/CompilerDriver.html Thu Sep 9 15:34:13 2004
@@ -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>
@@ -813,7 +813,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2004/08/29 23:20:42 $
+Last modified: $Date: 2004/09/09 20:34:13 $
</address>
<!-- vim: sw=2
-->
More information about the llvm-commits
mailing list