Document bug 240

llvm-svn: 11487
This commit is contained in:
Chris Lattner 2004-02-15 23:09:07 +00:00
parent 83a0044077
commit aebc66a1ef
1 changed files with 6 additions and 6 deletions

View File

@ -262,12 +262,12 @@ table in the archive).</li>
<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with <li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
more than 256 elements</a>.</li> more than 256 elements</a>.</li>
<li> <li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li>
The gccld program
<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=139"> <li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark
does not link objects/archives in the order specified on the command line. values live across a setjmp as volatile</a>. This missing feature only effects
</a> targets whose setjmp/longjmp libraries do not save and restore the entire
</li> register file.</li>
</ul> </ul>
</div> </div>