[PATCH] D127259: [CodeGen] guarantee templated static variables are initialized in the reverse instantiation order
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 13:17:24 PDT 2022
rnk added a subscriber: aaron.ballman.
rnk added a comment.
I think Richard had some concerns in the other review that this may not be enough to really guarantee initialization order within the TU. I couldn't say either way, I shouldn't review this code. Conceptually, this change seems small enough to me. Can we ask @aaron.ballman to take a look?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127259/new/
https://reviews.llvm.org/D127259
More information about the cfe-commits
mailing list