[llvm-commits] CVS: llvm-www/Features.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 2 13:32:02 PDT 2004
Changes in directory llvm-www:
Features.html updated: 1.9 -> 1.10
---
Log message:
Fix broken linkx
---
Diffs of the changes: (+3 -3)
Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.9 llvm-www/Features.html:1.10
--- llvm-www/Features.html:1.9 Mon Aug 2 03:25:57 2004
+++ llvm-www/Features.html Mon Aug 2 15:31:51 2004
@@ -49,8 +49,8 @@
<li>LLVM uses a simple <a href="docs/LangRef.html">low-level language</a> with
strictly defined semantics.</li>
- <li>It includes front-ends for <a href="docs/CommandGuide/llvmgcc.html">C</a>,
- <a href="docs/CommandGuide/llvmgxx.html">C++</a>, and <a
+ <li>It includes front-ends for <a href="docs/CommandGuide/html/llvmgcc.html">C</a>,
+ <a href="docs/CommandGuide/html/llvmgxx.html">C++</a>, and <a
href="docs/Stacker.html">Stacker</a> (a forth-like language). Front-ends for
Java, Microsoft CLI, and O-Caml are in early development.</li>
@@ -76,7 +76,7 @@
develop for. For example, the Stacker front-end was written in <A
href="docs/Stacker.html#introduction">4 days</a> by someone who started
knowing nothing about LLVM. Additionally, LLVM has tools to make <a
- href="docs/CommandGuide/bugpoint.html">development easier</a>.</li>
+ href="docs/CommandGuide/html/bugpoint.html">development easier</a>.</li>
<li>LLVM is under active development and is constantly being extended,
enhanced and improved. See the status updates on the left bar to see the rate
More information about the llvm-commits
mailing list