diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-08 05:22:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-08 05:22:09 +0000 |
commit | 3e2959e2a0f7653147a59f8f98c8e38219824d98 (patch) | |
tree | 842741c1d8bd7de95a264d461e6ee6765321f6ce | |
parent | 7af4d5ee2cfb9440900e747fd73757c8a19d65f6 (diff) |
Update the portability section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9803 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5730ec1051..ba950536ba 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -139,11 +139,14 @@ the C backend.<p> </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> <!-- *********************************************************************** --> |