[llvm-commits] CVS: llvm-www/www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 2 13:33:48 PDT 2004
Changes in directory llvm-www:
www-index.html updated: 1.108 -> 1.109
---
Log message:
Fix broken link
---
Diffs of the changes: (+1 -1)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.108 llvm-www/www-index.html:1.109
--- llvm-www/www-index.html:1.108 Fri Jul 16 23:23:31 2004
+++ llvm-www/www-index.html Mon Aug 2 15:33:38 2004
@@ -32,7 +32,7 @@
<li><p><a href="pubs/2002-12-LattnerMSThesis.html">A compiler infrastructure</a>
- LLVM is also a collection of source code that implements the language and
compilation strategy. The primary components of the LLVM infrastructure are a
-GCC-based <a href="docs/CommandGuide/llvmgcc.html">C & C++ front-end</a>, a
+GCC-based <a href="docs/CommandGuide/html/llvmgcc.html">C & C++ front-end</a>, a
link-time optimization framework with a growing set of global and
interprocedural analyses and transformations, static back-ends for the SPARC v9
and X86 architectures, a back-end which emits portable C code, and a
More information about the llvm-commits
mailing list