[PATCH] D65016: Changes to emit CodeView debug info nested type records properly using MCStreamer directives

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 13:44:31 PDT 2019


nilanjana_basu created this revision.
nilanjana_basu added a reviewer: rnk.
Herald added subscribers: llvm-commits, hiraditya, aprantl.
Herald added a project: LLVM.

Codeview debug info directives for nested type records were previously emitted as a serialized set of bytes. They are now emitted as directives with inline comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D65016

Files:
  llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
  llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  llvm/test/DebugInfo/COFF/types-basic.ll
  llvm/test/DebugInfo/COFF/types-data-members.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65016.210888.patch
Type: text/x-patch
Size: 33072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/2e3ca3a0/attachment.bin>


More information about the llvm-commits mailing list