[PATCH] D33323: [llvm-pdbdump] Add the ability to merge PDBs

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 11:19:27 PDT 2017


inglorion added a comment.

I feel like llvm-pdbdump already does a ton of things. Having a tool to merge pdbs seems useful, but I'm not sure llvm-pdbdump should be that tool. If we want all that functionality in a single tool I think we should at least rename it to something like llvm-pdbtool (because we're not really dumping pdbs now), but I would actually prefer having this be a separate tool.


https://reviews.llvm.org/D33323





More information about the llvm-commits mailing list