Made to be HTML-4.01 (Strict)-compliant.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 12 May 2004 18:49:47 +0000 (18:49 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 12 May 2004 18:49:47 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13500 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index cab7cb9b936767b5a2c60bc03051b770cbb84add..f55cd0a4a193a28a6d15035ca5d8f8842e308edb 100644 (file)
@@ -1,8 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+                      "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-  <link rel="stylesheet" href="llvm.css" type="text/css" media="screen" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" href="llvm.css" type="text/css" media="screen">
   <title>Bootstrapping the LLVM C/C++ Front-End</title>
 </head>
 <body>
@@ -132,13 +133,13 @@ functions from C as referenced from C++, so we typically configure with
   <li><p><b>Fix 1:</b> If you have system header files that include
    inline assembly, you may have to modify them to remove the inline
    assembly, and install the modified versions in
-   <code>$CFEINSTALL/<i>target-triplet</i>/sys-include</code>.</p></li>
+   <code>$CFEINSTALL/<i>target-triplet</i>/sys-include</code>.</li>
 
   <li><b>Fix 2:</b> If you are building the C++ front-end on a CPU we
    haven't tried yet, you will probably have to edit the appropriate
    version of atomicity.h under
    <code>src/libstdc++-v3/config/cpu/<i>name-of-cpu</i>/atomicity.h</code>
-   and apply a patch so that it does not use inline assembly.</p></li>
+   and apply a patch so that it does not use inline assembly.</li>
  </ul>
 
  <p><b>Porting to a new architecture:</b> If you are porting the new front-end
@@ -197,9 +198,7 @@ following means:</p>
   <li> compiling and running a "hello, LLVM" program in C and C++.</li>
   <li> running the tests under <tt>test/Programs</tt> using <code>gmake -C
    test/Programs</code></li>
- </ul>
-  </p>
-</li>
+ </ul></li>
 </ol>
 </div>
 
@@ -264,16 +263,19 @@ purpose.  It is provided "as is" without express or implied warranty.
 </pre>
 </div>
 
-<!-- *********************************************************************** -->
 <!-- *********************************************************************** -->
 
 <hr>
-<div class="doc_footer">
-  <address>Brian Gaeke</address>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-  <br>
+<address>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+  src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+  <a href="http://validator.w3.org/check/referer"><img
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+
+  Brian Gaeke<br>
+  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
   Last modified: $Date$
-</div>
+</address>
 
 </body>
 </html>