[PATCH] D25578: [codeview] support emitting indirect virtual base class information
Bob Haarman via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 16:38:04 PDT 2016
inglorion updated this revision to Diff 75366.
inglorion added a comment.
Made DIFlagIndirectVirtualBase == DIFlagVirtual | DIFlagFwdDecl, so that we don't need to allocate another bit.
https://reviews.llvm.org/D25578
Files:
include/llvm/DebugInfo/CodeView/TypeRecord.h
include/llvm/IR/DebugInfoFlags.def
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/DebugInfo/CodeView/TypeRecord.cpp
lib/IR/DebugInfoMetadata.cpp
test/DebugInfo/COFF/inheritance.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25578.75366.patch
Type: text/x-patch
Size: 25836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161020/e317a1e7/attachment.bin>
More information about the llvm-commits
mailing list