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 | 4478f2b039b637f69b0bee548e2ba813f8273c72 (patch) | |
| tree | 243c3a264566bada7d3908ba525cbf076bc9a0d7 /llvm | |
| parent | 374258e5cef1ea1914ab354a25a4b8340978ff21 (diff) | |
| download | bcm5719-llvm-4478f2b039b637f69b0bee548e2ba813f8273c72.tar.gz bcm5719-llvm-4478f2b039b637f69b0bee548e2ba813f8273c72.zip | |
Made to be HTML-4.01 (Strict)-compliant.
llvm-svn: 13500
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index cab7cb9b936..f55cd0a4a19 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/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> |

