diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-12 04:42:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-12 04:42:37 +0000 |
commit | 9b29bde341728c5b0052d3453da69ec87482c2cd (patch) | |
tree | 499acbdc86a63b906cc1999e22c3d36ad5fd3dbd /docs | |
parent | 15b697214e01cd532e085105c2a2474b9b09c572 (diff) | |
download | external_llvm-9b29bde341728c5b0052d3453da69ec87482c2cd.zip external_llvm-9b29bde341728c5b0052d3453da69ec87482c2cd.tar.gz external_llvm-9b29bde341728c5b0052d3453da69ec87482c2cd.tar.bz2 |
PR107 is now fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 52b0500..cb16d7f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -130,6 +130,7 @@ In this release, the following bugs in the previous release were fixed:<p> <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> <li><a href="http://llvm.cs.uiuc.edu/PR104">[c++] C++ Frontend lays out superclasses like anonymous bitfields!</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR107">AsmParser Misses Symbol Redefinition Error</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR108">gccld -Lfoo -lfoo fails to find ./foo/libfoo.a</a></li> </ol><p> @@ -437,6 +438,6 @@ via the mailing lists.<p> Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br> <!-- Created: Wed Oct 1 17:38:54 CDT 2003 --> <!-- hhmts start --> -Last modified: Tue Nov 11 17:46:21 CST 2003 +Last modified: Tue Nov 11 22:41:53 CST 2003 <!-- hhmts end --> </body></html> |