[PATCH] D19887: Move CodeViewTypeStream and iterators to DebugInfo/CodeView
Adrian McCarthy via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 13:42:46 PDT 2016
This class started out as the higher-level thing, and it grew into an
iterator (and the input got lower level: StringRef instead of SectionRef).
On Tue, May 3, 2016 at 1:25 PM, Zachary Turner <zturner at google.com> wrote:
> zturner added a comment.
>
> Regarding the magic, I honestly don't even think this class should handle
> the magic. It should be handled at a higher level. The type stream in a
> PDB file doesn't have this magic anyway, it's just a list of records.
>
>
> http://reviews.llvm.org/D19887
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160503/79fb7188/attachment.html>
More information about the llvm-commits
mailing list