[PATCH] D29576: [ELF] - Change tokenizer to read tokens "on fly".
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 14:13:37 PST 2017
ruiu added a comment.
I've been thinking about this change, and I'm not in favor of the way this handles input files. Handling input files like this is tricky, and that's why I chose to tokenize all input ahead of time. I want to keep its simplicity. I have a different idea to do this. I'll sent you a patch.
https://reviews.llvm.org/D29576
More information about the llvm-commits
mailing list