[PATCH] D21526: [codeview] Improved array type support (multi dimension array)

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 12:54:54 PDT 2016


aaboud added a reviewer: dblaikie.
aaboud updated this revision to Diff 62943.
aaboud added a comment.

Applied Reid comment and moved getBaseTypeSize to DebugHandlerBase as it used by DwarfDebug and CodeViewDebug.

Added David Blaikie to review the change in DwarfDebug.


http://reviews.llvm.org/D21526

Files:
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  lib/CodeGen/AsmPrinter/DebugHandlerBase.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  test/DebugInfo/COFF/types-array-advanced.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21526.62943.patch
Type: text/x-patch
Size: 17373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/5c492f41/attachment.bin>


More information about the llvm-commits mailing list