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

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 12:06:03 PDT 2016


aaboud created this revision.
aaboud added reviewers: rnk, majnemer, amccarth.
aaboud added subscribers: llvm-commits, bwyma, smerritt.

Added support for multi dimension array.

Also worked around some issues with:
1. array of incomplete structure type.
2. dynamic size array.


http://reviews.llvm.org/D21526

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21526.61282.patch
Type: text/x-patch
Size: 10002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160620/2885da17/attachment.bin>


More information about the llvm-commits mailing list