Commit 7727db66 authored by John Criswell's avatar John Criswell
Browse files

Add notes about spurious warnings to the release notes.

llvm-svn: 18717
parent 16bef36d
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -368,6 +368,20 @@ components, please contact us on the llvmdev list.</p>

</div>

<!-- ======================================================================= -->
<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>