[PATCH] D63662: Changing CodeView Debug info Type record output

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 17:21:46 PDT 2019


nilanjana_basu updated this revision to Diff 206558.
nilanjana_basu added a comment.
Herald added a subscriber: jsji.

Added extra checks in the COFF test cases. Resolved the circular dependency created between MC & DebugInfo libraries. Fixed a bug for comments added for CodeViewDebug Info in the assembly file, that got introduced with the last change.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63662/new/

https://reviews.llvm.org/D63662

Files:
  llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
  llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  llvm/test/DebugInfo/COFF/anonymous-struct.ll
  llvm/test/DebugInfo/COFF/asm.ll
  llvm/test/DebugInfo/COFF/big-type.ll
  llvm/test/DebugInfo/COFF/class-options-common.ll
  llvm/test/DebugInfo/COFF/const-unnamed-member.ll
  llvm/test/DebugInfo/COFF/cpp-mangling.ll
  llvm/test/DebugInfo/COFF/defer-complete-type.ll
  llvm/test/DebugInfo/COFF/dlang.ll
  llvm/test/DebugInfo/COFF/enum-co.ll
  llvm/test/DebugInfo/COFF/enum.ll
  llvm/test/DebugInfo/COFF/fp-stack.ll
  llvm/test/DebugInfo/COFF/fpo-csrs.ll
  llvm/test/DebugInfo/COFF/fpo-realign-vframe.ll
  llvm/test/DebugInfo/COFF/fpo-shrink-wrap.ll
  llvm/test/DebugInfo/COFF/function-options.ll
  llvm/test/DebugInfo/COFF/global-constants.ll
  llvm/test/DebugInfo/COFF/global_visibility.ll
  llvm/test/DebugInfo/COFF/globals.ll
  llvm/test/DebugInfo/COFF/inheritance.ll
  llvm/test/DebugInfo/COFF/inlining-files.ll
  llvm/test/DebugInfo/COFF/inlining-header.ll
  llvm/test/DebugInfo/COFF/inlining-levels.ll
  llvm/test/DebugInfo/COFF/inlining-padding.ll
  llvm/test/DebugInfo/COFF/inlining-same-name.ll
  llvm/test/DebugInfo/COFF/inlining.ll
  llvm/test/DebugInfo/COFF/int8-char-type.ll
  llvm/test/DebugInfo/COFF/lambda.ll
  llvm/test/DebugInfo/COFF/lexicalblock.ll
  llvm/test/DebugInfo/COFF/lines-difile.ll
  llvm/test/DebugInfo/COFF/local-constant.ll
  llvm/test/DebugInfo/COFF/local-variable-gap.ll
  llvm/test/DebugInfo/COFF/local-variables.ll
  llvm/test/DebugInfo/COFF/long-name.ll
  llvm/test/DebugInfo/COFF/long-type-name.ll
  llvm/test/DebugInfo/COFF/multifile.ll
  llvm/test/DebugInfo/COFF/multifunction.ll
  llvm/test/DebugInfo/COFF/nested-types.ll
  llvm/test/DebugInfo/COFF/pieces.ll
  llvm/test/DebugInfo/COFF/purge-typedef-udts.ll
  llvm/test/DebugInfo/COFF/register-variables.ll
  llvm/test/DebugInfo/COFF/retained-types.ll
  llvm/test/DebugInfo/COFF/scopes.ll
  llvm/test/DebugInfo/COFF/simple.ll
  llvm/test/DebugInfo/COFF/static-methods.ll
  llvm/test/DebugInfo/COFF/swift.ll
  llvm/test/DebugInfo/COFF/thunk.ll
  llvm/test/DebugInfo/COFF/type-quals.ll
  llvm/test/DebugInfo/COFF/typedef.ll
  llvm/test/DebugInfo/COFF/types-array-advanced.ll
  llvm/test/DebugInfo/COFF/types-array-unsized.ll
  llvm/test/DebugInfo/COFF/types-array.ll
  llvm/test/DebugInfo/COFF/types-basic.ll
  llvm/test/DebugInfo/COFF/types-calling-conv.ll
  llvm/test/DebugInfo/COFF/types-cvarargs.ll
  llvm/test/DebugInfo/COFF/types-data-members.ll
  llvm/test/DebugInfo/COFF/types-empty-member-fn.ll
  llvm/test/DebugInfo/COFF/types-method-ref-qualifiers.ll
  llvm/test/DebugInfo/COFF/types-nested-class.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/test/DebugInfo/COFF/types-std-nullptr-t.ll
  llvm/test/DebugInfo/COFF/udts.ll
  llvm/test/DebugInfo/COFF/unnamed.ll
  llvm/test/DebugInfo/COFF/vframe-csr.ll
  llvm/test/DebugInfo/COFF/vframe-fpo.ll
  llvm/test/DebugInfo/COFF/vftables.ll
  llvm/test/DebugInfo/COFF/virtual-method-kinds.ll
  llvm/test/DebugInfo/COFF/virtual-methods.ll
  llvm/test/DebugInfo/COFF/vtable-optzn-array.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63662.206558.patch
Type: text/x-patch
Size: 73170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190626/efc60196/attachment.bin>


More information about the llvm-commits mailing list