[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 15:59:01 PDT 2019


nilanjana_basu updated this revision to Diff 210922.
nilanjana_basu added a comment.

1. Added the "explicit" specifier which I had accidentally removed in a previous commit
2. Ran git clang-format to fix formatting issues


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65016/new/

https://reviews.llvm.org/D65016

Files:
  llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
  llvm/include/llvm/MC/MCExpr.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.210922.patch
Type: text/x-patch
Size: 33575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/493fd0c7/attachment.bin>


More information about the llvm-commits mailing list