aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-22 18:19:08 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-22 18:19:08 +0000
commit15a2a25aa6dcd654c97347e68f4c113060b3b926 (patch)
tree06074ed79f0e95c77e1d8321dd06550d4f80b147
parenta493aa30231ca9aa70a3b4bfcdf6a96ae3fbe14c (diff)
downloadexternal_llvm-15a2a25aa6dcd654c97347e68f4c113060b3b926.zip
external_llvm-15a2a25aa6dcd654c97347e68f4c113060b3b926.tar.gz
external_llvm-15a2a25aa6dcd654c97347e68f4c113060b3b926.tar.bz2
Clarify our testing experience.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9383 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8a0c225..c68cbf3 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -113,7 +113,8 @@ long jumping. For these programs you must use the C backend.<p>
</b></font></td></tr></table><ul>
<!-- *********************************************************************** -->
-LLVM has only been extensively tested on ia32-linux and sparc-solaris machines.
+LLVM has only been extensively tested on Intel and AMD machines running Red
+Hat Linux, and Sun UltraSPARC workstations running Solaris 8.
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>