[PATCH] D37162: [CodeView] Don't output S_UDT records for incomplete typedefs

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 18:02:31 PDT 2017


zturner updated this revision to Diff 112770.
zturner added a comment.

Previous patch was slightly wrong.  With this new update we're about 70% to parity with MSVC's fastlink PDBs.


https://reviews.llvm.org/D37162

Files:
  llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/test/DebugInfo/COFF/purge-typedef-udts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37162.112770.patch
Type: text/x-patch
Size: 15858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170826/b8e61063/attachment.bin>


More information about the llvm-commits mailing list