search for: 2af5c409

Displaying 2 results from an estimated 2 matches for "2af5c409".

2017 Jan 23
2
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.
2017 Jan 24
5
Linking Linux kernel with LLD
...if that a file name we are parsing or a math expression. 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/20170124/2af5c409/attachment.html>