[PATCH] D132275: [clang] Reset some attributed calling lambda
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 22 14:33:58 PDT 2022
efriedma added a comment.
In D132275#3740802 <https://reviews.llvm.org/D132275#3740802>, @vitalybuka wrote:
> In D132275#3740479 <https://reviews.llvm.org/D132275#3740479>, @efriedma wrote:
>
>> Among other things, we could use a definition from a different module.
>
> Is this a thing, I assumed lambda is always defined in the module?
If you have a lambda in an inline function, it ends up linkonce_odr.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132275/new/
https://reviews.llvm.org/D132275
More information about the cfe-commits
mailing list