[llvm-commits] CVS: llvm-www/www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 28 15:02:01 PST 2003
Changes in directory llvm-www:
www-index.html updated: 1.80 -> 1.81
---
Log message:
Link to the CFE build instrs from the main page
---
Diffs of the changes: (+5 -5)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.80 llvm-www/www-index.html:1.81
--- llvm-www/www-index.html:1.80 Tue Oct 28 13:06:13 2003
+++ llvm-www/www-index.html Tue Oct 28 15:01:45 2003
@@ -318,7 +318,6 @@
Everything from unpacking and
compilation of the distribution to
execution of some tools. </li>
-
<li><a href="docs/CommandGuide/">LLVM Command Guide</a>
- A reference manual for the LLVM command line
@@ -335,10 +334,11 @@
<li><a href="docs/HowToSubmitABug.html">How-To-Submit-A-Bug</a>:
instructions for the proper way to submit information
about a bug you ran into in the LLVM system.</li>
-
- <li>
- <a href="docs/TestingGuide.html">LLVM Test Suite Guide </a>
- - A reference manual for using the LLVM test suite.
+ <li><a href="docs/TestingGuide.html">LLVM Test Suite Guide </a>
+ - A reference manual for using the LLVM test suite.</li>
+ <li><a href="docs/CFEBuildInstrs.html">How to build the C/C++
+ front-end</a> - Instructions for building the front-end
+ from source.</li>
</ul>
<font size=+1><b>Programming Documentation:</b></font>
More information about the llvm-commits
mailing list