[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 3 09:21:47 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.271 -> 1.272
---
Log message:

Bug fixed


---
Diffs of the changes:  (+3 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.271 llvm/docs/ReleaseNotes.html:1.272
--- llvm/docs/ReleaseNotes.html:1.271	Thu Dec  2 12:21:45 2004
+++ llvm/docs/ReleaseNotes.html	Fri Dec  3 11:21:33 2004
@@ -254,6 +254,8 @@
     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>
@@ -733,7 +735,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/02 18:21:45 $
+  Last modified: $Date: 2004/12/03 17:21:33 $
 </address>
 
 </body>






More information about the llvm-commits mailing list