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

Chris Lattner lattner at cs.uiuc.edu
Fri Nov 7 23:23:02 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.34 -> 1.35

---
Log message:

Update the portability section


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.34 llvm/docs/ReleaseNotes.html:1.35
--- llvm/docs/ReleaseNotes.html:1.34	Fri Nov  7 23:18:50 2003
+++ llvm/docs/ReleaseNotes.html	Fri Nov  7 23:22:09 2003
@@ -139,11 +139,14 @@
 </b></font></td></tr></table><ul>
 <!-- *********************************************************************** -->
 
-LLVM has only been extensively tested on Intel and AMD machines running Red
-Hat Linux, and Sun UltraSPARC workstations running Solaris 8.
+LLVM has been extensively tested on Intel and AMD machines running Red
+Hat Linux, and Sun UltraSPARC workstations running Solaris 8.  Additionally, 
+LLVM works on Mac OS/X 10.3 and above, but only with the C back-end (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 extremely likely that we
-missed something.  We welcome portability patches and error messages.<p>
+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>
 
 
 <!-- *********************************************************************** -->





More information about the llvm-commits mailing list