forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17394 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Reid Spencer
committed
Nov 1, 2004
1 parent
0922172
commit d3f876c
Showing
7 changed files
with
141 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,9 @@ | |
How to submit an LLVM bug report | ||
</div> | ||
|
||
<table border="0" width="100%"> | ||
<tr> | ||
<td valign="top"> | ||
|
||
<table class="layout" style="width: 90%" > | ||
<tr class="layout"> | ||
<td class="left"> | ||
<ol> | ||
<li><a href="#introduction">Introduction - Got bugs?</a></li> | ||
<li><a href="#crashers">Crashing Bugs</a> | ||
|
@@ -26,20 +25,17 @@ | |
</ul></li> | ||
<li><a href="#miscompilations">Miscompilations</a></li> | ||
<li><a href="#codegen">Incorrect code generation (JIT and LLC)</a></li> | ||
|
||
</ol> | ||
|
||
<div class="doc_author"> | ||
<p>Written by <a href="mailto:[email protected]">Chris Lattner</a> and | ||
<a href="http://misha.brukman.net">Misha Brukman</a></p> | ||
</div> | ||
|
||
</td> | ||
<td align="right"> | ||
<td class="right"> | ||
<img src="img/Debugging.gif" alt="Debugging" width="444" height="314"> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
|
||
<!-- *********************************************************************** --> | ||
<div class="doc_section"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.