[PATCH] D24425: DebugInfo: support for DWARFv5 DW_AT_alignment attribute

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 15:52:25 PDT 2016


dblaikie added a comment.

This might be a bit easier to review if it were broken into separate patches - it looks like there's orthogonal functionality in here (ie: some code to add the alignment attribute to global variables, some to add it to types, etc) - is that the case? Do those changes have some pieces in common that needs to be staged together in some way?


https://reviews.llvm.org/D24425





More information about the llvm-commits mailing list