[PATCH] D45283: [COFF] Minimal serialization support for precompiled types records

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 14:50:42 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Looks good to me, but let's ask @zturner too.



================
Comment at: include/llvm/DebugInfo/CodeView/TypeRecord.h:910
+
+  uint32_t StartTypeIndex;
+  uint32_t TypesCount;
----------------
That sounds like it'll be fun to implement in type merging. =/


Repository:
  rL LLVM

https://reviews.llvm.org/D45283





More information about the llvm-commits mailing list