summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-09 19:43:52 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-09 19:43:52 +0000
commit7727db668bf2b7411637a662c6e46e50eb8515ae (patch)
tree12f0d1514fe06fb2074d7695c64353127f907973
parent16bef36da357ec31b10371753793c400f973f461 (diff)
downloadllvm-7727db668bf2b7411637a662c6e46e50eb8515ae.tar.gz
Add notes about spurious warnings to the release notes.
llvm-svn: 18717
-rw-r--r--llvm/docs/ReleaseNotes.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 938a2645f4ce..0e18ab92624f 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -370,6 +370,20 @@ components, please contact us on the llvmdev list.</p>
<!-- ======================================================================= -->
<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>