[llvm-commits] CVS: llvm-www/releases/2.2/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Fri Feb 15 11:07:41 PST 2008



Changes in directory llvm-www/releases/2.2/docs:

ReleaseNotes.html updated: 1.2 -> 1.3
---
Log message:

link to the instructions for building fortran and ada.


---
Diffs of the changes:  (+4 -3)

 ReleaseNotes.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm-www/releases/2.2/docs/ReleaseNotes.html
diff -u llvm-www/releases/2.2/docs/ReleaseNotes.html:1.2 llvm-www/releases/2.2/docs/ReleaseNotes.html:1.3
--- llvm-www/releases/2.2/docs/ReleaseNotes.html:1.2	Tue Feb 12 01:02:12 2008
+++ llvm-www/releases/2.2/docs/ReleaseNotes.html	Fri Feb 15 13:06:44 2008
@@ -135,8 +135,9 @@
 <li>Anton and Duncan significantly improved llvm-gcc 4.2 support for the GCC Ada
 (GNAT) and Fortran (gfortran) front-ends.  These front-ends should still be considered
 experimental however: see the <a href="#knownproblems">list of known problems</a>.
-The release binaries do not contain either front-end: they need to be built from
-source (the Ada front-end only builds on x86-32 linux).</li>
+The release binaries do not contain either front-end: they need to be <a 
+href="http://llvm.org/docs/GCCFEBuildInstrs.html">built from
+source</a> (the Ada front-end only builds on x86-32 linux).</li>
 
 <li>Dale contributed full support for long double on x86/x86-64 (where it is 80
 bits) and on Darwin PPC/PPC64 (where it is 128 bits).  In previous LLVM
@@ -755,7 +756,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2008/02/12 07:02:12 $
+  Last modified: $Date: 2008/02/15 19:06:44 $
 </address>
 
 </body>






More information about the llvm-commits mailing list