diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-22 18:19:08 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-22 18:19:08 +0000 |
commit | 15a2a25aa6dcd654c97347e68f4c113060b3b926 (patch) | |
tree | 06074ed79f0e95c77e1d8321dd06550d4f80b147 | |
parent | a493aa30231ca9aa70a3b4bfcdf6a96ae3fbe14c (diff) | |
download | external_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.html | 3 |
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> |