diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-11 21:52:34 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-11 21:52:34 +0000 |
commit | 7879206b0f7d4c68a459145d6c17f0bf924fcc40 (patch) | |
tree | cc37468c9039abd845f27c2d9a77427af1ffd6e5 /docs | |
parent | 413406c0682c242dba0538b25f35f16d07409aac (diff) | |
download | external_llvm-7879206b0f7d4c68a459145d6c17f0bf924fcc40.tar.gz external_llvm-7879206b0f7d4c68a459145d6c17f0bf924fcc40.tar.bz2 external_llvm-7879206b0f7d4c68a459145d6c17f0bf924fcc40.zip |
Add another fixed bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9899 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 d7f6c6ace4..5e8fac68a1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -125,6 +125,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/PR108">gccld -Lfoo -lfoo fails to find ./foo/libfoo.a</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -431,6 +432,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: Sun Nov 9 13:42:42 CST 2003 +Last modified: Tue Nov 11 15:48:35 CST 2003 <!-- hhmts end --> </body></html> |