[PATCH] D25621: DebugInfo: use uin32_t for alignment

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 15:40:35 PDT 2016


aprantl added a comment.

This patch is conflating two set of changes:
(1) NFC: rename all occurrences of unsigned for alignment purposes in the frontend with uint32_t
(2) shrink all debug-info-related alignment variables from uint64_t -> unint32_t.

I think this patch should only be doing the changes in (2).


https://reviews.llvm.org/D25621





More information about the cfe-commits mailing list