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

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 11:23:09 PDT 2018


zturner added a comment.

I was trying to play around with some precompiled header object files to make sure I understand how it all works, and I noticed our tools don't handle dumping types in `.debug$P` sections.  So I added this in r329326.  Just fyi.


Repository:
  rL LLVM

https://reviews.llvm.org/D45283





More information about the llvm-commits mailing list