mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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
This commit is contained in:
parent
e077ef6e85
commit
7a11908195
@ -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
|
<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)
|
compiling some files. At the time of this writing, GCC mainline (4.2)
|
||||||
did not share the problem.</p>
|
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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user