[PATCH] D46271: [CodeView] Improve debbuging of virtual base class member variables

Brock Wyma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 10:20:50 PDT 2018


bwyma updated this revision to Diff 145220.
bwyma added a comment.

The virtual base pointer offset is now encoded in the extraData field of DIDerivedType.


https://reviews.llvm.org/D46271

Files:
  llvm/include/llvm/IR/DIBuilder.h
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/test/DebugInfo/COFF/inheritance.ll
  llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
  llvm/tools/clang/test/CodeGenCXX/debug-info-access.cpp
  llvm/tools/clang/test/CodeGenCXX/debug-info-ms-vbase.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46271.145220.patch
Type: text/x-patch
Size: 27602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180504/688443d8/attachment.bin>


More information about the llvm-commits mailing list