[PATCH] D35738: Enable llvm-pdbutil to list enumerations using native PDB reader
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 19:11:02 PDT 2017
zturner added a comment.
Is it that much extra work to implement children? It would be nice if this could just be feature complete. It seems like all you have to do is read the FieldList member of the CodeView record, load that item, and then create an enumerator that iterates each item and returns a NativeConstantSymbol or whatever we're calling it
https://reviews.llvm.org/D35738
More information about the llvm-commits
mailing list