[PATCH] D142708: [NFC] Transition GlobalObject alignment from MaybeAlign to Align
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 06:41:14 PST 2023
nikic added a comment.
@gchatelet I believe you'll want to use the preferred type alignment. Looking at https://github.com/llvm/llvm-project/blob/72121a20cda4dc91d0ef5548f93046e71c5ec6f6/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp#L324, we will currently pick the preferred type alignment as the default.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142708/new/
https://reviews.llvm.org/D142708
More information about the llvm-commits
mailing list