[llvm-commits] [llvm] r81449 - /llvm/trunk/docs/GettingStarted.html
Chris Lattner
sabre at nondot.org
Thu Sep 10 09:25:03 PDT 2009
Author: lattner
Date: Thu Sep 10 11:25:02 2009
New Revision: 81449
URL: http://llvm.org/viewvc/llvm-project?rev=81449&view=rev
Log:
add another broken version of gcc, thanks to Niels Moller for pointing this out.
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=81449&r1=81448&r2=81449&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Thu Sep 10 11:25:02 2009
@@ -558,9 +558,10 @@
<p><b>Cygwin GCC 4.3.2 20080827 (beta) 2</b>:
Users <a href="http://llvm.org/PR4145">reported</a> various problems related
with link errors when using this GCC version.</p>
+<p><b>Debian GCC 4.3.2 on X86</b>: Crashes building some files in LLVM 2.6.</p>
<p><b>GCC 4.3.3 (Debian 4.3.3-10) on ARM</b>: Miscompiles parts of LLVM 2.6
when optimizations are turned on. The symptom is an infinite loop in
-FoldingSetImpl::RemoveNode while running the code generator.
+FoldingSetImpl::RemoveNode while running the code generator.</p>
<p><b>GNU ld 2.16.X</b>. Some 2.16.X versions of the ld linker will produce very
long warning messages complaining that some ".gnu.linkonce.t.*" symbol was
defined in a discarded section. You can safely ignore these messages as they are
More information about the llvm-commits
mailing list