[llvm-commits] [llvm] r70848 - /llvm/trunk/docs/GettingStarted.html

Anton Korobeynikov asl at math.spbu.ru
Mon May 4 03:24:53 PDT 2009


Author: asl
Date: Mon May  4 05:24:46 2009
New Revision: 70848

URL: http://llvm.org/viewvc/llvm-project?rev=70848&view=rev
Log:
It turns out that this version of gcc is broken (cygwin is well-known in shipping
of broken/buggy/snapshot-based compilers)

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=70848&r1=70847&r2=70848&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Mon May  4 05:24:46 2009
@@ -545,6 +545,9 @@
 about symbols remaining in the table on destruction.</p>
 <p><b>GCC 4.1.2 20071124 (Red Hat 4.1.2-42)</b>: Suffers from the same symptoms
 as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).</p>
+<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>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





More information about the llvm-commits mailing list