From 3a9b2322e31dc491514972db3c32f52c5938c54f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 22 Nov 2003 01:14:58 +0000 Subject: [PATCH] Add newly fixed pr llvm-svn: 10153 --- llvm/docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 46aad8c56d98..b724c33427c0 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -123,6 +123,8 @@ build problems href="http://llvm.cs.uiuc.edu/PR127">sped up a lot (up to 4x in some cases). +
  • Methods and functions in anonymous namespaces now get internal linkage.
  • +

    In this release, the following bugs in the previous release were fixed: