diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-03 17:21:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-03 17:21:33 +0000 |
commit | 14d6b75c10f759589edd039b74845b4e3e7c621f (patch) | |
tree | 9793265ed6bba873a6ce859afaab77bd3bdcf852 | |
parent | cc16a8e73b74d35948c7702a82b6cd02feafed49 (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18460 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 7572b8fd64..1c3d8be1e2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -254,6 +254,8 @@ were fixed:</a> 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> + <li><a href="http://llvm.cs.uiuc.edu/PR472">[cbackend] Static globals are + prototyped as 'extern'</a></li> </ol> <p>Bugs in the C/C++ front-end:</p> |