This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Add verifier for DICompositeType vector
ClosedPublic

Authored by mattd on Mar 8 2018, 10:27 AM.

Details

Summary

This patch adds verification logic for DICompositeType vectors, ensuring that they only have one element, and that element is of type subrange.

This patch complements https://reviews.llvm.org/D44048

Diff Detail

Event Timeline

mattd created this revision.Mar 8 2018, 10:27 AM
aprantl accepted this revision.Mar 8 2018, 10:38 AM

Thanks!

This revision is now accepted and ready to land.Mar 8 2018, 10:38 AM
This revision was automatically updated to reflect the committed changes.