sjlj bug
authorChris Lattner <sabre@nondot.org>
Sat, 8 Nov 2003 05:18:50 +0000 (05:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Nov 2003 05:18:50 +0000 (05:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9802 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index e5ed4975d0d5d5f793429418f494aca517c87344..5730ec1051ad6c5bc5aaa1aa85b37aa3dcd6c7dd 100644 (file)
@@ -122,6 +122,7 @@ In this release, the following bugs in the previous release were fixed:<p>
 <li><a href="http://llvm.cs.uiuc.edu/PR93">[lowersetjmp] Lowersetjmp pass breaks dominance properties!</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR94">llvm-gcc tries to add bools</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR98">[buildscripts] Building into objdir with .o in it fails</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR101">[setjmp/longjmp] Linking C programs which use setjmp/longjmp sometimes fail with references to the C++ runtime library!</a></li>
 </ol><p>
 
 At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden