diff options
-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> |