[PATCH] D51027: [LLD][ELD] - Do not reject INFO output section type when used with a start address.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 01:06:42 PDT 2018
ruiu added a comment.
This function seems a bit too complicated compared to what it should do. Can you simplify if you add `peek2()` function that returns `Tokens[Pos+2]` from the lexer?
https://reviews.llvm.org/D51027
More information about the llvm-commits
mailing list