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

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


Changes in directory llvm/docs:

GettingStarted.html updated: 1.61 -> 1.62

---
Log message:

Add a link to the CFE build instrs next to the CFE download instructions



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

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.61 llvm/docs/GettingStarted.html:1.62
--- llvm/docs/GettingStarted.html:1.61	Tue Jun 22 13:48:58 2004
+++ llvm/docs/GettingStarted.html	Mon Jun 28 12:14:01 2004
@@ -457,9 +457,13 @@
 <p>If you would like to get the GCC front end source code, you can also get it
 from the CVS repository:</p>
 
-<pre>cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+<pre>
+  cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
 </pre>
 
+<p>Please note that you must follow <a href="CFEBuildInstrs.html">these 
+instructions</a> to successfully build the LLVM C front-end.</p>
+
 </div>
 
 <!-- ======================================================================= -->
@@ -1227,7 +1231,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/22 18:48:58 $
+  Last modified: $Date: 2004/06/28 17:14:01 $
 </address>
 
 </body>





More information about the llvm-commits mailing list