[PATCH] D137107: Allow MS extension: support of constexpr with __declspec(dllimport).
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 13:10:29 PDT 2022
rnk added a subscriber: akhuang.
rnk added a comment.
@akhuang, can you help out with this? The address of dllimport symbols not being constexpr is a big pain point for our users too, and I'd love to fix it:
https://github.com/protocolbuffers/protobuf/issues/10159
I am ready to be wrong here: if things have changed and my info is stale, we should definitely adapt.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137107/new/
https://reviews.llvm.org/D137107
More information about the cfe-commits
mailing list