[PATCH] D143057: [LangRef] Global variable declarations imply minimum size
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 18:05:08 PST 2023
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
This seems straightforward enough, and should be compatible with existing practice as far as I know. (If you have a global of unknown size, you can always set the type to a zero-length array.) LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143057/new/
https://reviews.llvm.org/D143057
More information about the llvm-commits
mailing list