[PATCH] D20924: [codeview] Add basic record type translation

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 10:19:40 PDT 2016


rnk created this revision.
rnk added reviewers: majnemer, aaboud.
rnk added a subscriber: llvm-commits.

This only translates data members for now. Translating overloaded
methods is complicated, so I stopped short of doing that.

http://reviews.llvm.org/D20924

Files:
  include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.h
  lib/DebugInfo/CodeView/ListRecordBuilder.cpp
  test/DebugInfo/COFF/types-basic.ll
  test/DebugInfo/COFF/types-data-members.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20924.59415.patch
Type: text/x-patch
Size: 28255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160602/03f49820/attachment-0001.bin>


More information about the llvm-commits mailing list