[PATCH] D119409: [C++20] [Modules] Remain dynamic initializing internal-linkage variables in module interface unit

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 09:43:20 PDT 2022


dblaikie added a comment.

is this an issue for Clang Header Modules codegen too? (maybe the solution should be the same for both, then) 
& maybe we should do this regardless of the presence/absence/type of initializer, just for consistency?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119409/new/

https://reviews.llvm.org/D119409



More information about the cfe-commits mailing list