aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-13 22:20:49 +0000
committerChris Lattner <sabre@nondot.org>2005-02-13 22:20:49 +0000
commit8e64f15d3c035d4aa60a900d02daf43bc5d5fc8f (patch)
tree6e24a30f7e318fd3778a1a4357eef8d1b91940f5
parent8a1573f823e444ae6fe4cac89763030936d07d06 (diff)
downloadexternal_llvm-8e64f15d3c035d4aa60a900d02daf43bc5d5fc8f.zip
external_llvm-8e64f15d3c035d4aa60a900d02daf43bc5d5fc8f.tar.gz
external_llvm-8e64f15d3c035d4aa60a900d02daf43bc5d5fc8f.tar.bz2
SuSE 3.3.3 is also borken.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20163 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 17cefad..dbb8dfa 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -458,7 +458,7 @@ 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 (except on Cygwin, see below). Other versions of GCC will probably
+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
@@ -477,9 +477,13 @@ problems in the STL that effectively prevent it from compiling LLVM.
href="http://gcc.gnu.org/PR13392">serious bug</a> which causes it to crash in
the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
-<p><b>GCC 3.3.3</b>: The version of GCC 3.3.3 commonly shipped with Cygwin does
- not work. Please <a href="CFEBuildInstrs.html#cygwin">upgrade to a newer
- version</a> if possible. Note that this apparently only affects Cygwin.</p>
+<p><b>Cygwin GCC 3.3.3</b>: The version of GCC 3.3.3 commonly shipped with
+ Cygwin does not work. Please <a href="CFEBuildInstrs.html#cygwin">upgrade
+ to a newer version</a> if possible.</p>
+<p><b>SuSE GCC 3.3.3</b>: The version of GCC 3.3.3 shipped with SuSE 9.1 (and
+ possibly others) does not compile LLVM correctly (it appears that exception
+ handling is broken in some cases). Please download the FSF 3.3.3 or upgrade
+ to a newer version of GCC.</p>
</div>