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

John Criswell criswell at cs.uiuc.edu
Tue Nov 8 13:12:02 PST 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.122 -> 1.123
ReleaseNotes.html updated: 1.341 -> 1.342
---
Log message:

Merged from RELEASE_16.



---
Diffs of the changes:  (+16 -2)

 GettingStarted.html |    3 ++-
 ReleaseNotes.html   |   15 ++++++++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.122 llvm/docs/GettingStarted.html:1.123
--- llvm/docs/GettingStarted.html:1.122	Thu Nov  3 12:32:06 2005
+++ llvm/docs/GettingStarted.html	Tue Nov  8 15:11:31 2005
@@ -661,6 +661,7 @@
 labels:</p>
 
 <ul>
+<li>Release 1.6: <b>RELEASE_16</b></li>
 <li>Release 1.5: <b>RELEASE_15</b></li>
 <li>Release 1.4: <b>RELEASE_14</b></li>
 <li>Release 1.3: <b>RELEASE_13</b></li>
@@ -1540,7 +1541,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/11/03 18:32:06 $
+  Last modified: $Date: 2005/11/08 21:11:31 $
 </address>
 </body>
 </html>


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.341 llvm/docs/ReleaseNotes.html:1.342
--- llvm/docs/ReleaseNotes.html:1.341	Thu Nov  3 16:33:48 2005
+++ llvm/docs/ReleaseNotes.html	Tue Nov  8 15:11:31 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>. A work around is documented in <a href="http://llvm.org/PR656">PR656.</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/11/03 22:33:48 $
+  Last modified: $Date: 2005/11/08 21:11:31 $
 </address>
 
 </body>






More information about the llvm-commits mailing list