From 7af4d5ee2cfb9440900e747fd73757c8a19d65f6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 8 Nov 2003 05:18:50 +0000 Subject: [PATCH] sjlj bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9802 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e5ed4975d0d..5730ec1051a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -122,6 +122,7 @@ In this release, the following bugs in the previous release were fixed:

  • [lowersetjmp] Lowersetjmp pass breaks dominance properties!
  • llvm-gcc tries to add bools
  • [buildscripts] Building into objdir with .o in it fails
  • +
  • [setjmp/longjmp] Linking C programs which use setjmp/longjmp sometimes fail with references to the C++ runtime library!
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden