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

John Criswell criswell at cs.uiuc.edu
Tue Nov 8 07:38:36 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.340 -> 1.340.2.1
---
Log message:

Add a note about the Solaris configure problem that Tanya's seen.


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

 ReleaseNotes.html |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletion(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.340 llvm/docs/ReleaseNotes.html:1.340.2.1
--- llvm/docs/ReleaseNotes.html:1.340	Mon Oct 31 13:07:29 2005
+++ llvm/docs/ReleaseNotes.html	Tue Nov  8 09:38:11 2005
@@ -318,6 +318,19 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
+  <a name="build">Known problems with the Build System</a>
+</div>
+
+<div class="doc_text">
+
+<ul>
+  <li>The <a href="http://llvm.org/PR656">configure script sometimes fails on Solaris/Sparc</a>.</li>
+</ul>
+</div>
+
+
+<!-- ======================================================================= -->
+<div class="doc_subsection">
   <a name="core">Known problems with the LLVM Core</a>
 </div>
 
@@ -715,7 +728,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/10/31 19:07:29 $
+  Last modified: $Date: 2005/11/08 15:38:11 $
 </address>
 
 </body>






More information about the llvm-commits mailing list