[PATCH] D25752: Make TypeRecordBuilder usable for symbols

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 10:47:47 PDT 2016


zturner added a comment.

In https://reviews.llvm.org/D25752#574352, @rnk wrote:

> Do you think we'll ever want to merge the reading and writing code like the way we do it in yaml, or something else? This writing code is very redundant with the `deserialize` methods. I was holding out hope that we'd sort that out eventually.


I expect it will be hard to merge reading and writing code.  The Yaml stuff does offer a nice pattern though, so maybe there's a way to do it elegantly.  I guess I'm in the same boat as you.  Still holding out hope?  :)


https://reviews.llvm.org/D25752





More information about the llvm-commits mailing list