Displaying 1 result from an estimated 1 matches for "l918".
Did you mean:
1918
2020 Feb 18
4
LLD doesn't handle globals with appending linkage
...ss, and only then perform linking at object level.
However, LLD complains about duplicated symbol "myvar" and doesn't even run
any passes.
I've tracked the problem down to BitcodeFile::parse() function from
https://github.com/llvm/llvm-project/blob/master/lld/COFF/InputFiles.cpp#L918
- it doesn't take linkage type into account.
Can anything be done about this problem? Or was my approach broken from the
beginning?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200...