[PATCH] D54667: [CodeView] Emit proper debug info for ref-qualified member functions

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 17 09:55:47 PST 2018


zturner updated this revision to Diff 174509.
zturner added a comment.

In my original output, you could still see one bit different on our this pointer records and MSVC's.  Specifically, they mark them as const.  I went ahead and did the same thing in this update.


https://reviews.llvm.org/D54667

Files:
  lldb/lit/SymbolFile/NativePDB/member-function-types.cpp
  llvm/include/llvm/DebugInfo/CodeView/CodeView.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
  llvm/test/DebugInfo/COFF/defer-complete-type.ll
  llvm/test/DebugInfo/COFF/globals.ll
  llvm/test/DebugInfo/COFF/type-quals.ll
  llvm/test/DebugInfo/COFF/types-array-advanced.ll
  llvm/test/DebugInfo/COFF/types-basic.ll
  llvm/test/DebugInfo/COFF/types-calling-conv.ll
  llvm/test/DebugInfo/COFF/types-data-members.ll
  llvm/test/DebugInfo/COFF/types-method-ref-qualifiers.ll
  llvm/test/DebugInfo/COFF/types-non-virtual-methods.ll
  llvm/test/DebugInfo/COFF/types-ptr-to-member.ll
  llvm/test/DebugInfo/COFF/types-recursive-struct.ll
  llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54667.174509.patch
Type: text/x-patch
Size: 33980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181117/6b1f4467/attachment.bin>


More information about the llvm-commits mailing list