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

John Criswell criswell at cs.uiuc.edu
Thu Dec 9 11:44:04 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.280 -> 1.280.2.1
---
Log message:

Add notes about spurious warnings to the release notes.


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.280 llvm/docs/ReleaseNotes.html:1.280.2.1
--- llvm/docs/ReleaseNotes.html:1.280	Wed Dec  8 14:35:47 2004
+++ llvm/docs/ReleaseNotes.html	Thu Dec  9 13:43:52 2004
@@ -370,6 +370,20 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
+  <a name="build">Known problems with the LLVM Build</a>
+</div>
+
+<div class="doc_text">
+
+<ul>
+  <li>
+  On some platforms, flex and bison may generate warnings.  Usually, these can
+  be safely ignored.
+  </li>
+</div>
+
+<!-- ======================================================================= -->
+<div class="doc_subsection">
   <a name="core">Known problems with the LLVM Core</a>
 </div>
 
@@ -717,7 +731,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/08 20:35:47 $
+  Last modified: $Date: 2004/12/09 19:43:52 $
 </address>
 
 </body>






More information about the llvm-commits mailing list