[PATCH] D20580: [pdb] Dump symbol records in publics stream

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 10:45:44 PDT 2016


zturner added a comment.

The layout is the same but the field names are different.  In the future I have some ideas how to reduce this code duplication, but for now it is needed.  If you look at `SymbolRecord.h` you will see there is already quite a bit of it.


http://reviews.llvm.org/D20580





More information about the llvm-commits mailing list