[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Jan 15 13:04:02 PST 2004
Changes in directory llvm/docs:
HowToSubmitABug.html updated: 1.10 -> 1.11
---
Log message:
* HTML 4.01 Strict DTD compliance
* Added icons to check document easily
---
Diffs of the changes: (+16 -12)
Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.10 llvm/docs/HowToSubmitABug.html:1.11
--- llvm/docs/HowToSubmitABug.html:1.10 Fri Oct 31 12:37:20 2003
+++ llvm/docs/HowToSubmitABug.html Thu Jan 15 13:03:47 2004
@@ -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 at 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 at 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 @@
./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 @@
</div>
<!-- *********************************************************************** -->
-
<hr>
-<div class="doc_footer">
- <address><a href="mailto:sabre at 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 at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2003/10/31 18:37:20 $
-</div>
+ Last modified: $Date: 2004/01/15 19:03:47 $
+</address>
</body>
</html>
More information about the llvm-commits
mailing list