[PATCH] D25578: [codeview] support emitting indirect virtual base class information

Bob Haarman via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 12:54:57 PDT 2016


inglorion updated this revision to Diff 74732.
inglorion added a comment.

@rnk's comments (thanks!)

- Converted SeenTypes to a DenseSet<const CXXRecordDecl*>.
- Switched to getCodeGenOpts().EmitCodeView to check if we should emit the extra records.
- Switched to using SeenTypes.count(...) != 0 to check if we've seen a type.


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
  test/DebugInfo/COFF/inheritance.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25578.74732.patch
Type: text/x-patch
Size: 24666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161014/08d3cd61/attachment.bin>


More information about the llvm-commits mailing list