[PATCH] D26427: [CodeView] Hook CodeViewRecordIO up for reading and writing symbols
Adrian McCarthy via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 16:47:05 PST 2016
amccarth accepted this revision.
amccarth added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: tools/llvm-pdbdump/YamlSymbolDumper.cpp:49
+ }
+};
+
----------------
These specializations are all so similar, it's a shame they have to be written out by hand.
https://reviews.llvm.org/D26427
More information about the llvm-commits
mailing list