[llvm-commits] CVS: llvm/docs/index.html

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 28 12:12:02 PDT 2004


Changes in directory llvm/docs:

index.html updated: 1.17 -> 1.18

---
Log message:

Building the C FE is a user-level process


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.17 llvm/docs/index.html:1.18
--- llvm/docs/index.html:1.17	Wed Jun  2 14:24:10 2004
+++ llvm/docs/index.html	Mon Jun 28 12:11:10 2004
@@ -94,6 +94,7 @@
 <li><a href="CommandGuide/index.html">LLVM Command Guide</a></li>
 <li><a href="LangRef.html">LLVM Assembly Language</a></li>
 <li><a href="TestingGuide.html">LLVM Test Suite Guide</a></li>
+<li><a href="CFEBuildInstrs.html">Building the LLVM C/C++ front-end</a></li>
 </ul>
 </div>
 
@@ -125,7 +126,6 @@
 
 <div class="doc_text">
 <ul>
-<li><a href="CFEBuildInstrs.html">Building the LLVM C/C++ front-end</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">Submitting a
 bug</a></li>
 <li><a href="OpenProjects.html">Open projects</a></li>
@@ -181,7 +181,7 @@
 
   <a href="mailto:criswell [at] cs.uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/02 19:24:10 $
+  Last modified: $Date: 2004/06/28 17:11:10 $
 </address>
 
 </body>





More information about the llvm-commits mailing list