[PATCH] D19824: [codeview] Isolate type dumping from object file state
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 13:20:03 PDT 2016
rnk added a comment.
In http://reviews.llvm.org/D19824#419069, @zturner wrote:
> I wonder if `llvm-pdbdump` will want to use this eventually. Although I don't have a good idea where to put it in common code so that it can be reused.
Agreed. I think maybe it's best for llvm-pdbdump to keep testing the interface you have that abstracts over DIA.
My goal for this is to be able to dump a merged type stream without creating an object file or PDB. That should let us write more targeted tests.
http://reviews.llvm.org/D19824
More information about the llvm-commits
mailing list