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

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 14:56:11 PDT 2016


dblaikie added a comment.

What's the purpose of the flag? Could we just use the non-zero value of the alignment attribute as the signal of whether to emit the DW_AT_alignment attribute? (eg: if the alignment is specified, emit it - simple?)


https://reviews.llvm.org/D24425





More information about the llvm-commits mailing list