[PATCH] D20840: [codeview] Translate basic DITypes to CV type records
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 15:51:50 PDT 2016
rnk created this revision.
rnk added reviewers: aaboud, zturner.
rnk added subscribers: amccarth, llvm-commits.
This is meant to be the tiniest step towards DIType to CV type index
translation that I could come up with. Whenever translation fails, we use type
index zero, which is the unknown type.
http://reviews.llvm.org/D20840
Files:
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
test/DebugInfo/COFF/inlining.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20840.59142.patch
Type: text/x-patch
Size: 11690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160531/bf9e4014/attachment.bin>
More information about the llvm-commits
mailing list