diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-25 22:13:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-25 22:13:02 +0000 |
commit | a2a394f7f6ea1b696925554238a0aec3a8c9813e (patch) | |
tree | 565f91cedfe3cebde9dc7d56d06ec466134582c5 | |
parent | 097714b319f6be0f53211e57909de464993739f9 (diff) | |
download | external_llvm-a2a394f7f6ea1b696925554238a0aec3a8c9813e.zip external_llvm-a2a394f7f6ea1b696925554238a0aec3a8c9813e.tar.gz external_llvm-a2a394f7f6ea1b696925554238a0aec3a8c9813e.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17231 91177308-0d34-0410-b5e6-96231b3b80d8
-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 a3509c4..c4500e1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -173,6 +173,8 @@ were fixed:</a> broken in LLVM 1.3</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR430">[bcwriter] Empty compaction tables defined</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR227">[X86] llc output for functions w/certain + names tickles GNU 'as' bugs</a></li> </ol> <p>Bugs in the C/C++ front-end:</p> |