aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-08 05:18:50 +0000
committerChris Lattner <sabre@nondot.org>2003-11-08 05:18:50 +0000
commit7af4d5ee2cfb9440900e747fd73757c8a19d65f6 (patch)
treef7c9e92557ab881737489d18eec95055cd91d1d2
parenta3954095dc5e1bd2ba78d52d5a94445e2724a5bc (diff)
downloadexternal_llvm-7af4d5ee2cfb9440900e747fd73757c8a19d65f6.zip
external_llvm-7af4d5ee2cfb9440900e747fd73757c8a19d65f6.tar.gz
external_llvm-7af4d5ee2cfb9440900e747fd73757c8a19d65f6.tar.bz2
sjlj bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9802 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e5ed497..5730ec1 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:<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