Skip to content

Commit

Permalink
Update 'Getting Started' to suggest using GCC 4.2 or higher (or Clang…
Browse files Browse the repository at this point in the history
…). There is no reason to support older versions of GCC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143366 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tkremenek committed Oct 31, 2011
1 parent ea0a8c9 commit 0ba1179
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/GettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,8 @@ <h3>

<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:[email protected]">let
Expand Down

0 comments on commit 0ba1179

Please sign in to comment.