aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-16 17:20:33 +0000
committerChris Lattner <sabre@nondot.org>2006-06-16 17:20:33 +0000
commit6557f186896b9a4f57ea354ee04e0c74c389e0e1 (patch)
tree87799fab0b99eaa1cd4a181bcb2c071e009f1178
parent5f7a8d41351a48a2da2d35abedbcd9a7c6cb5a66 (diff)
downloadexternal_llvm-6557f186896b9a4f57ea354ee04e0c74c389e0e1.tar.gz
external_llvm-6557f186896b9a4f57ea354ee04e0c74c389e0e1.tar.bz2
external_llvm-6557f186896b9a4f57ea354ee04e0c74c389e0e1.zip
apple's compiler works too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28823 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 30de5b40a5..5297fbfa12 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -486,9 +486,9 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
<p>LLVM is very demanding of the host C++ compiler, and as such tends to expose
bugs in the compiler. In particular, several versions of GCC crash when trying
-to compile LLVM. We routinely use GCC 3.3.3 and GCC 3.4.0 and have had success
-with them (however, see below). Other versions of GCC will probably
-work as well. GCC versions listed
+to compile LLVM. We routinely use GCC 3.3.3, 3.4.0, and Apple 4.0.1
+successfully with them (however, see below). Other versions of GCC will
+probably work as well. GCC versions listed
here are known to not work. If you are using one of these versions, please try
to upgrade your GCC to something more recent. If you run into a problem with a
version of GCC not listed here, please <a href="mailto:llvmdev@cs.uiuc.edu">let