diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-17 22:00:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-17 22:00:39 +0000 |
commit | be1c300a0ff1c619a257c2fc9128af6c4b67f70c (patch) | |
tree | 8d12a0e68370ffe9611dbe2ac5b58543de7249b8 | |
parent | c8cc3d510a3f982d7ec40e228c5937120f609c8f (diff) | |
download | bcm5719-llvm-be1c300a0ff1c619a257c2fc9128af6c4b67f70c.tar.gz bcm5719-llvm-be1c300a0ff1c619a257c2fc9128af6c4b67f70c.zip |
Bug fixed
llvm-svn: 11567
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 12651e46540..2117730b95e 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |