[llvm-commits] CVS: llvm/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Fri Nov 3 16:33:57 PST 2006
Changes in directory llvm/docs:
GettingStarted.html updated: 1.146 -> 1.147
---
Log message:
Add a note about warnings from the GNU ld 2.16.X linker.
---
Diffs of the changes: (+6 -1)
GettingStarted.html | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.146 llvm/docs/GettingStarted.html:1.147
--- llvm/docs/GettingStarted.html:1.146 Thu Sep 7 12:34:27 2006
+++ llvm/docs/GettingStarted.html Fri Nov 3 18:33:42 2006
@@ -533,6 +533,11 @@
<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>
@@ -1688,7 +1693,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/09/07 17:34:27 $
+ Last modified: $Date: 2006/11/04 00:33:42 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list