From: Nick Lewycky Date: Wed, 25 Feb 2009 06:29:47 +0000 (+0000) Subject: Recommend against using Gold to build LLVM. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d9f66e6ca33b96805e768c611e42860e267c863f;p=oota-llvm.git Recommend against using Gold to build LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65435 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 93b169352a1..ca20fe97df5 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -556,6 +556,12 @@ href="http://sourceware.org/bugzilla/show_bug.cgi?id=3111">a bug which causes huge link times (minutes instead of seconds) when building LLVM. We recommend upgrading to a newer version (2.17.50.0.4 or later).

+

GNU Binutils 2.19.1 Gold: Gold contains +a bug +which causes intermittent failures when building LLVM with position independent +code. The symptom is an error about cyclic dependencies. We recommend not +using Gold to build LLVM until this bug is resolved.

+