From 30403a0a6c6fe3e0a79aa476b833d27acfbbd037 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Mon, 4 May 2009 10:24:46 +0000 Subject: It turns out that this version of gcc is broken (cygwin is well-known in shipping of broken/buggy/snapshot-based compilers) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70848 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 70c5912..1cca5ac 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -545,6 +545,9 @@ to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining about symbols remaining in the table on destruction.

GCC 4.1.2 20071124 (Red Hat 4.1.2-42): Suffers from the same symptoms as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).

+

Cygwin GCC 4.3.2 20080827 (beta) 2: + Users reported various problems related + with link errors when using this GCC version.

GNU ld 2.16.X. Some 2.16.X versions of the ld linker will produce very long warning messages complaining that some ".gnu.linkonce.t.*" symbol was -- cgit v1.1