diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-01-15 19:03:47 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-01-15 19:03:47 +0000 |
commit | 637cab07a141de568de79b9fd2c99ed34cfe571d (patch) | |
tree | a9ed706aaa0ab15a7cd154601fbe30254c1c2d2e /docs/HowToSubmitABug.html | |
parent | 8c202cdbda686500ff56e5f4a5184c03d78f38f6 (diff) |
* HTML 4.01 Strict DTD compliance
* Added icons to check document easily
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r-- | docs/HowToSubmitABug.html | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index bcc856fd26..63a0be7b6f 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -11,8 +11,6 @@ How to submit an LLVM bug report </div> -<div> - <table border="0" width="100%"> <tr> <td valign="top"> @@ -31,12 +29,14 @@ </ol> -<p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a> and - <a href="http://misha.brukman.net">Misha Brukman</a></b></p> +<div class="doc_text"> + <p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a> and + <a href="http://misha.brukman.net">Misha Brukman</a></b></p> +</div> </td> <td align="right"> - <img src="Debugging.gif" width="444" height="314"> + <img src="Debugging.gif" alt="Debugging" width="444" height="314"> </td> </tr> </table> @@ -293,8 +293,8 @@ the following:</p> ./test.llc [program options] </pre></li> -<p>If debugging the JIT, load the shared object and supply the test -bytecode:</p> + <li>If debugging the JIT, load the shared object and supply the test +bytecode: <pre> <b>lli</b> -load=safe.so test.bc [program options] @@ -305,14 +305,18 @@ bytecode:</p> </div> <!-- *********************************************************************** --> - <hr> -<div class="doc_footer"> - <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> +<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> + + <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> <br> Last modified: $Date$ -</div> +</address> </body> </html> |