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

Brian Gaeke gaeke at cs.uiuc.edu
Sun May 9 00:28:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.175 -> 1.176

---
Log message:

Bug fixed.
Rewrite portability intro.


---
Diffs of the changes:  (+13 -9)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.175 llvm/docs/ReleaseNotes.html:1.176
--- llvm/docs/ReleaseNotes.html:1.175	Fri May  7 14:23:05 2004
+++ llvm/docs/ReleaseNotes.html	Sun May  9 00:28:35 2004
@@ -142,6 +142,7 @@
 
 <ol>
 <li><a href="http://llvm.cs.uiuc.edu/PR301">Minor configure bugs with -disable/enable-povray and -disable-spec</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR289">shell scripts output by gccld don't work if you change PATH</a></li>
 </ol>
 
 <!--=========================================================================-->
@@ -227,14 +228,17 @@
 
 <div class="doc_text">
 
-<p>LLVM has been extensively tested on Intel and AMD machines running Red
-Hat Linux and FreeBSD.  It has also been tested on Sun UltraSPARC workstations
-running Solaris 8.  Additionally, LLVM works on Mac OS X 10.3 and above, but
-only with the C backend or interpreter (no native backend for the PowerPC is
-available yet).  The core LLVM infrastructure uses "autoconf" for portability,
-so hopefully we work on more platforms than that.  However, it is likely that we
-missed something and that minor porting is required to get LLVM to work on new
-platforms.  We welcome portability patches and error messages.</p>
+<p>LLVM has been extensively tested on Intel and AMD machines running Red Hat
+Linux.  It has also been tested under FreeBSD, and on Sun UltraSPARC
+workstations running Solaris 8.  Additionally, LLVM works on Mac OS X 10.3 and
+above, but only with the C backend and interpreter; no native machine-code
+generator for the PowerPC is available yet.</p>
+
+<p>The core LLVM infrastructure uses
+<a href="http://www.gnu.org/software/autoconf/">GNU autoconf</a> to adapt itself
+to the machine and operating system on which it is built.  However, minor
+porting may be required to get LLVM to work on new platforms.  We welcome your
+portability patches and reports of successful builds or error messages.</p>
 
 </div>
 
@@ -637,7 +641,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/07 19:23:05 $
+  Last modified: $Date: 2004/05/09 05:28:35 $
 </address>
 
 </body>





More information about the llvm-commits mailing list