[PATCH] D142708: Transition GlobalObject alignment from MaybeAlign to Align
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 05:06:49 PST 2023
courbet accepted this revision.
courbet added a comment.
This revision is now accepted and ready to land.
This one is NFC, tag it as such ?
================
Comment at: llvm/include/llvm/IR/GlobalObject.h:90
+ /// This method will be deprecated as the alignment property should always be
+ /// defines.
void setAlignment(MaybeAlign Align);
----------------
defined*
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