apple's compiler works too

llvm-svn: 28823
This commit is contained in:
Chris Lattner 2006-06-16 17:20:33 +00:00
parent c1066841bd
commit 29052c849f
1 changed files with 3 additions and 3 deletions

View File

@ -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 <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 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 to compile LLVM. We routinely use GCC 3.3.3, 3.4.0, and Apple 4.0.1
with them (however, see below). Other versions of GCC will probably successfully with them (however, see below). Other versions of GCC will
work as well. GCC versions listed probably work as well. GCC versions listed
here are known to not work. If you are using one of these versions, please try 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 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 version of GCC not listed here, please <a href="mailto:llvmdev@cs.uiuc.edu">let