Make the beginning of this page look like the beginnings of other pages.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 12 Nov 2003 20:47:30 +0000 (20:47 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 12 Nov 2003 20:47:30 +0000 (20:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9930 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index 588aef844946bb078ecbf22c659a64b26f9193b8..000d0507da8b0643a9ed67dbedc8ee8e33d08dab 100644 (file)
   Bootstrapping the LLVM C/C++ Front-End
 </div>
 
   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>
 
 <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 @@ process, and you should <b>only</b> try to do it if:</p>
 </ol>
 
 <p>We welcome patches to help make this process simpler.</p>
 </ol>
 
 <p>We welcome patches to help make this process simpler.</p>
+</div>
 
 <!-- *********************************************************************** -->
 <div class="doc_section">
 
 <!-- *********************************************************************** -->
 <div class="doc_section">
@@ -158,7 +177,7 @@ following means:</p>
 
 <hr>
 <div class="doc_footer">
 
 <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$
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
   Last modified: $Date$