[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Fri Nov 7 23:20:00 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.33 -> 1.34

---
Log message:

sjlj bug


---
Diffs of the changes:  (+1 -0)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.33 llvm/docs/ReleaseNotes.html:1.34
--- llvm/docs/ReleaseNotes.html:1.33	Fri Nov  7 22:28:55 2003
+++ llvm/docs/ReleaseNotes.html	Fri Nov  7 23:18:50 2003
@@ -122,6 +122,7 @@
 <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





More information about the llvm-commits mailing list