diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-22 01:14:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-22 01:14:58 +0000 |
commit | 9f9d00a13ceebdb5383667628ef39917aab81f2d (patch) | |
tree | 68fec1160a11f88e125bab6a21f4dc2b670d6180 /docs/ReleaseNotes.html | |
parent | 5feba4e1df8a23af8b2f4ea22b45b920776f9471 (diff) | |
download | external_llvm-9f9d00a13ceebdb5383667628ef39917aab81f2d.zip external_llvm-9f9d00a13ceebdb5383667628ef39917aab81f2d.tar.gz external_llvm-9f9d00a13ceebdb5383667628ef39917aab81f2d.tar.bz2 |
Add newly fixed pr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 46aad8c..b724c33 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -123,6 +123,8 @@ build problems</a></li> href="http://llvm.cs.uiuc.edu/PR127">sped up a lot</a> (up to 4x in some cases).</li> +<li>Methods and functions in anonymous namespaces <a href="http://llvm.cs.uiuc.edu/PR85">now get internal linkage</a>.</li> + </ol> <p>In this release, the following bugs in the previous release were fixed:</p> |