* Put LLVM in title of page so readers know which CFE we're talking about

* Use <ol> instead of <ul> if we're gonna number the list items
* Close <li> tags
* Stylize the document footer to be consistent


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-10-28 21:09:29 +00:00
parent 7a78d819b7
commit b9e578934f

View File

@ -3,24 +3,25 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="llvm.css" type="text/css" media="screen" /> <link rel="stylesheet" href="llvm.css" type="text/css" media="screen" />
<title>Bootstrapping the C/C++ Front-End</title> <title>Bootstrapping the LLVM C/C++ Front-End</title>
</head> </head>
<body> <body>
<div class="doc_title"> <div class="doc_title">
Bootstrapping the C/C++ Front-End Bootstrapping the LLVM C/C++ Front-End
</div> </div>
<p>This document is intended to explain the process of building the LLVM <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> C/C++ front-end, based on GCC 3.4, from source.</p>
<p><b>NOTE:</b> This is currently a somewhat fragile, error-prone <p><b>NOTE:</b> This is currently a somewhat fragile, error-prone
process, and you should only try to do it if process, and you should <b>only</b> try to do it if:</p>
<ul>
<li>(A) you really, really, really can't use the binaries we distribute <ol>
<li>(B) you need GCC to fix some of the header files on your system <li>you really, really, really can't use the binaries we distribute</li>
<li>(C) you are an elite GCC hacker.</p> <li>you need GCC to fix some of the header files on your system</li>
</ul> <li>you are an elite GCC hacker.</li>
</ol>
<p>We welcome patches to help make this process simpler.</p> <p>We welcome patches to help make this process simpler.</p>
@ -155,12 +156,13 @@ following means:</p>
<!-- *********************************************************************** --> <!-- *********************************************************************** -->
<hr><font size="-1"> <hr>
<address><a href="mailto:gaeke -at- uiuc.edu">Brian Gaeke</a></address> <div class="doc_footer">
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> <address><a href="mailto:gaeke -at- uiuc.edu">Brian Gaeke</a></address>
<br> <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
Last modified: $Date$ <br>
</font> Last modified: $Date$
</div>
</body> </body>
</html> </html>