[PATCH] D64536: Adding inline comments to code view type records
NILANJANA BASU via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 15:10:28 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.
Code view debug info type records are emitted as a set of directives. Comments describing these records were previously emitted all together for each record at the end of the record. With this change, every directive representing a sub-field of a type record is augmented with a comment describing the sub field.
Repository:
rL LLVM
https://reviews.llvm.org/D64536
Files:
llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
llvm/test/DebugInfo/COFF/types-basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64536.209075.patch
Type: text/x-patch
Size: 38351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/d869f3b8/attachment.bin>
More information about the llvm-commits
mailing list