[llvm-commits] [llvm] r143366 - /llvm/trunk/docs/GettingStarted.html
Ted Kremenek
kremenek at apple.com
Mon Oct 31 14:23:15 PDT 2011
Author: kremenek
Date: Mon Oct 31 16:23:15 2011
New Revision: 143366
URL: http://llvm.org/viewvc/llvm-project?rev=143366&view=rev
Log:
Update 'Getting Started' to suggest using GCC 4.2 or higher (or Clang). There is no reason to support older versions of GCC.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=143366&r1=143365&r2=143366&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Mon Oct 31 16:23:15 2011
@@ -516,9 +516,8 @@
<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, 3.4.0, and Apple 4.0.1
-successfully with them (however, see important notes below). Other versions
-of GCC will probably work as well. GCC versions listed
+to compile LLVM. We routinely use GCC 4.2 (and higher) or Clang.
+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 at cs.uiuc.edu">let
More information about the llvm-commits
mailing list