[PATCH] D54554: [PDB] Add symbol records in bulk

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 15:33:59 PST 2018


rnk added a comment.

The main reservation I have about landing this is whether to make it more generic and abstracted. I kind of feel like the main `SymbolSerializer` class should be powerful enough to do all these optimizations for us, or maybe some replacement for it.


https://reviews.llvm.org/D54554





More information about the llvm-commits mailing list