[PATCH] D66122: [CodeGen] Emit dynamic initializers for static TLS vars in outlined scopes
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 16 17:46:39 PDT 2019
efriedma added a comment.
> in the proper order
I would prefer lexical order, if possible. (At least, the order should be deterministic.)
> clang should either generate an error or do "the right thing."
Agreed.
I think we should send a defect report to the C++ standards committee to clarify the ambiguity here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66122/new/
https://reviews.llvm.org/D66122
More information about the cfe-commits
mailing list