Displaying 2 results from an estimated 2 matches for "db42992a".
2017 Jan 27
2
Linking Linux kernel with LLD
...gt;
>> May be worth trying to handle this on higher level, during evaluation of
>> expressions ?
>>
>> George.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170126/db42992a/attachment.html>
2017 Jan 24
5
Linking Linux kernel with LLD
>Our tokenizer recognize
>
> [A-Za-z0-9_.$/\\~=+[]*?\-:!<>]+
>
>as a token. gold uses more complex rules to tokenize. I don't think we need that much complex rules, but there seems to be >room to improve our tokenizer. In particular, I believe we can parse the Linux's linker script by changing the tokenizer rules as >follows.
>
>