diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-25 06:29:47 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-25 06:29:47 +0000 |
commit | 2db07614e7548440fb57b8b24b439caa84b6bb02 (patch) | |
tree | b09c08d05770724b655dfa257d5392ffd36dd038 /llvm | |
parent | b39faaa57e841e9eeb76bac8fb81e24b9c78d74c (diff) | |
download | bcm5719-llvm-2db07614e7548440fb57b8b24b439caa84b6bb02.tar.gz bcm5719-llvm-2db07614e7548440fb57b8b24b439caa84b6bb02.zip |
Recommend against using Gold to build LLVM.
llvm-svn: 65435
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/GettingStarted.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 93b169352a1..ca20fe97df5 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -556,6 +556,12 @@ href="http://sourceware.org/bugzilla/show_bug.cgi?id=3111">a bug</a> 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).</p> +<p><b>GNU Binutils 2.19.1 Gold</b>: Gold contains +<a href="http://sourceware.org/bugzilla/show_bug.cgi?id=9836">a bug</a> +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.</p> + </div> |