aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-12 20:47:30 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-12 20:47:30 +0000
commit7af03e9d859dae6d7dfff07596225d90b410a46d (patch)
treeb0eb7cfe87b31fe5db5968dc006851a4d2bccc2f
parent1ce764e083e8e9cf0014ef589f6b54e13cc2e4e6 (diff)
Make the beginning of this page look like the beginnings of other pages.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9930 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CFEBuildInstrs.html25
1 files changed, 22 insertions, 3 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 588aef8449..000d0507da 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -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 @@ 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>
+</div>
<!-- *********************************************************************** -->
<div class="doc_section">
@@ -158,7 +177,7 @@ following means:</p>
<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$