[PATCH] D25752: Make TypeRecordBuilder usable for symbols

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 10:27:22 PDT 2016


rnk added a comment.

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.


https://reviews.llvm.org/D25752





More information about the llvm-commits mailing list