aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-17 22:00:39 +0000
committerChris Lattner <sabre@nondot.org>2004-02-17 22:00:39 +0000
commit950265877f0967014631acc6fc747a69a2838050 (patch)
treee2a76e1bc35f85e40a974b5e915fe3899017f6cb
parentbf6fd9d832c4ee62efbaeb6d739bad3db68ea2b1 (diff)
downloadexternal_llvm-950265877f0967014631acc6fc747a69a2838050.zip
external_llvm-950265877f0967014631acc6fc747a69a2838050.tar.gz
external_llvm-950265877f0967014631acc6fc747a69a2838050.tar.bz2
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11567 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 12651e4..2117730 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -178,6 +178,7 @@ cause use of invalid pointers!</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR228">[sparc] Boolean constants are emitted as true and false</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR235">Tablegen aborts on errors</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR236">[inliner] Error inlining intrinsic calls into invoke instructions</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR245">Linking weak and strong global variables is dependent on link order</a></li>
</ol>