diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-10 16:25:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-10 16:25:02 +0000 |
commit | eba6c725d06aef4bf1ad28c88ae7997b45fb395b (patch) | |
tree | b7bd5457e2c22739ea0a5bb607dd23ad244ddc04 /llvm/docs/GettingStarted.html | |
parent | c1e23592ec65cd977f881377193bcfdc3e25bdb8 (diff) | |
download | llvm-eba6c725d06aef4bf1ad28c88ae7997b45fb395b.zip llvm-eba6c725d06aef4bf1ad28c88ae7997b45fb395b.tar.gz llvm-eba6c725d06aef4bf1ad28c88ae7997b45fb395b.tar.bz2 |
add another broken version of gcc, thanks to Niels Moller for pointing this out.
llvm-svn: 81449
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index e740a89..f1d24d7 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -558,9 +558,10 @@ as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).</ <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 |