diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-04 00:33:42 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-04 00:33:42 +0000 |
commit | 7a11908195a6d6bacd13dd49d6f15f18e85ef911 (patch) | |
tree | 0fc7f409db7829677383460dafd6b3ace714bbbe /docs | |
parent | e077ef6e85fe0c18f135e6c2c78572a44f689b14 (diff) |
Add a note about warnings from the GNU ld 2.16.X linker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index e9a03a22fd..c627731a06 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -533,6 +533,11 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p> <p><b>GCC 4.1.1</b>: GCC fails to build LLVM with template concept check errors compiling some files. At the time of this writing, GCC mainline (4.2) did not share the problem.</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 +erroneous and the linkage is correct. These messages disappear using ld +2.17.</p> </div> |