summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-04 00:33:42 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-04 00:33:42 +0000
commit6291ddca16be016a161cbbd36323d6073d3e92d4 (patch)
treeeb6e3f10d9d6dd20554a52cccc7ec42ce4fad310 /llvm/docs/GettingStarted.html
parent51733ed4a386a795127ced9024d354089910c36b (diff)
downloadbcm5719-llvm-6291ddca16be016a161cbbd36323d6073d3e92d4.tar.gz
bcm5719-llvm-6291ddca16be016a161cbbd36323d6073d3e92d4.zip
Add a note about warnings from the GNU ld 2.16.X linker.
llvm-svn: 31440
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index e9a03a22fd7..c627731a062 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud