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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Nov 12 14:48:01 PST 2003


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.6 -> 1.7

---
Log message:

Make the beginning of this page look like the beginnings of other pages.


---
Diffs of the changes:  (+23 -4)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.6 llvm/docs/CFEBuildInstrs.html:1.7
--- llvm/docs/CFEBuildInstrs.html:1.6	Tue Oct 28 15:09:29 2003
+++ llvm/docs/CFEBuildInstrs.html	Wed Nov 12 14:47:30 2003
@@ -11,8 +11,26 @@
   Bootstrapping the LLVM C/C++ Front-End
 </div>
 
-<p>This document is intended to explain the process of building the LLVM
-C/C++ front-end, based on GCC 3.4, from source.</p>
+<ol>
+  <li><a href="#cautionarynote">A Cautionary Note</a>
+  <li><a href="#instructions">Instructions</a>
+</ol>
+
+<div class="doc_text">    
+  <p><b>Written by Brian R. Gaeke</b></p>
+</div>
+
+<!-- *********************************************************************** -->
+<div class="doc_section">
+  <a name="cautionarynote">A Cautionary Note</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="doc_text">
+<p>This document is intended to explain the process of building the
+LLVM C/C++ front-end, based on GCC 3.4, from its source code. You
+would have to do this, for example, if you are porting LLVM to a new
+architecture or operating system.</p>
 
 <p><b>NOTE:</b> This is currently a somewhat fragile, error-prone
 process, and you should <b>only</b> try to do it if:</p>
@@ -24,6 +42,7 @@
 </ol>
 
 <p>We welcome patches to help make this process simpler.</p>
+</div>
 
 <!-- *********************************************************************** -->
 <div class="doc_section">
@@ -158,10 +177,10 @@
 
 <hr>
 <div class="doc_footer">
-  <address><a href="mailto:gaeke -at- uiuc.edu">Brian Gaeke</a></address>
+  <address>Brian Gaeke</address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/10/28 21:09:29 $
+  Last modified: $Date: 2003/11/12 20:47:30 $
 </div>
 
 </body>





More information about the llvm-commits mailing list