[PATCH] D124006: [DebugInfo] Use the 'getTypeAlignIfRequired' function to get DW_AT_alignment correct when attribute((__aligned__)) is present.
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 11:21:52 PDT 2022
dblaikie added a comment.
Could you include some static_asserts(+alignof) in the test case to demonstrate these are the alignments that the language is computing too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124006/new/
https://reviews.llvm.org/D124006
More information about the cfe-commits
mailing list