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

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 8 02:25:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.194 -> 1.195

---
Log message:

Ooh, that fixed the annoying warning!!


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.194 llvm/docs/ReleaseNotes.html:1.195
--- llvm/docs/ReleaseNotes.html:1.194	Tue Jun  8 02:15:52 2004
+++ llvm/docs/ReleaseNotes.html	Tue Jun  8 02:19:29 2004
@@ -158,6 +158,8 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR329">[llvmgcc] type names are not emitted
 for structure typedefs</a></li>
 <li>All documentation is now conformant to the HTML 4.01 (Strict) level.</li>
+<li>The spurious "WARNING: Found global types that are not compatible" warning
+produced when linking C++ programs has been fixed.</li>
 </ol>
 
 </div>
@@ -701,7 +703,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/06/08 07:15:52 $
+  Last modified: $Date: 2004/06/08 07:19:29 $
 </address>
 
 </body>





More information about the llvm-commits mailing list