diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-12 18:49:47 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-12 18:49:47 +0000 |
commit | 6a2b310ce244e2a8d78b4a29738e049e6748b949 (patch) | |
tree | 10b9f3c4453f93a9a7884824c4bbcb6d8e45f547 /docs/CFEBuildInstrs.html | |
parent | c53aefb5acb981b2f618e7ab2d8a526851ab70bb (diff) | |
download | external_llvm-6a2b310ce244e2a8d78b4a29738e049e6748b949.zip external_llvm-6a2b310ce244e2a8d78b4a29738e049e6748b949.tar.gz external_llvm-6a2b310ce244e2a8d78b4a29738e049e6748b949.tar.bz2 |
Made to be HTML-4.01 (Strict)-compliant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index cab7cb9..f55cd0a 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -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> @@ -265,15 +264,18 @@ purpose. It is provided "as is" without express or implied warranty. </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> |