[PATCH] Add llvm-pdbdump to tools

Zachary Turner zturner at google.com
Fri Jan 23 15:25:46 PST 2015


By the way, I'm kind of mixed about the idea of supporting a full iterator interface (postfix ++, copying, etc).  The reason is that it requires cloning the COM interface.  It's possible, and the interface provides a method to do it, but it's probably a very slow operation, and generally not needed.  Also not needed for anything in the pdb dumper (at least in the foreseeable future).

If you think it's better to do it anyway I can, but the main reason it's not there is just because Clone() is expensive and wasn't needed, so I decided not to add it.


http://reviews.llvm.org/D7153

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list