[PATCH] D29576: [ELF] - Change tokenizer to read tokens "on fly".

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 13:54:24 PST 2017


ruiu added a comment.

I cannot say whether this is a good change or not because this patch does not do anything that is intended to do; it just changed the internal data representation. Can you add enough code to demonstrate that the new internal representation works well for what you want to do?


https://reviews.llvm.org/D29576





More information about the llvm-commits mailing list