[PATCH] D33463: [llvm-pdbdump] [yaml2pdb] always include object file name in module info

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 19:44:50 PDT 2017


zturner added a comment.

Can you add a test for this?  It's really easy to generate yaml -> pdb tests now, just write a yaml file with everything cut out except for the fields you care about.  It should pick up default values for everything else.  Take a look at `test\DebugInfo\PDB\Inputs\one-symbol.yaml` for an example.


https://reviews.llvm.org/D33463





More information about the llvm-commits mailing list