[llvm-dev] Linking Linux kernel with LLD

George Rimar via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 23 09:25:35 PST 2017


>I'm not sure if it is easy, but I think that it's clear that the linkerscript lexer needs to be improved. I think that is the source of the >problems with `*(.apicdrivers);` as well. This is not the first bug related to lexing that we have run into (e.g. lexing `.=` as a single >token is the cause of https://llvm.org/bugs/show_bug.cgi?id=31128 ).
>
>-- Sean Silva

PR31128? seems to be not an issue. Both gold and bfd do not accept '.='.
So it seems the only known issue we have is about math expressions like "x = 5*4",
I am going to look again how to fix that.

George.?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170123/9dce3291/attachment.html>


More information about the llvm-dev mailing list