[llvm-dev] LLD doesn't handle globals with appending linkage

Gleb Popov via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 18 09:55:20 PST 2020


On Tue, Feb 18, 2020 at 9:42 PM David Blaikie <dblaikie at gmail.com> wrote:

> I'm /guessing/ this might be related to the COFF support specifically
> (perhaps COFF has no appending linkage support - in some cases LLVM IR
> supports the union of all semantics so that different formats can be fully
> expressed - but it means when targeting certain formats, some features are
> inherently unusable because they don't map to anything on that platform)
>

Actually, I experience the same problem with ELF on FreeBSD.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200218/9f6ce40a/attachment.html>


More information about the llvm-dev mailing list