[PATCH] D145737: PR60985: Fix merging of lambda closure types across modules.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 24 17:39:20 PDT 2023
rsmith added a comment.
In D145737#4202945 <https://reviews.llvm.org/D145737#4202945>, @rsmith wrote:
> In D145737#4202351 <https://reviews.llvm.org/D145737#4202351>, @aaron.ballman wrote:
>
>> Checking: are the libc++ precommit CI failures related to these changes? It's a modules-specific build config, so I figured it's worth double-checking.
>
> I took a quick glance when I sent this out and thought it was just a change in Clang's diagnostic spelling that libc++ hadn't caught up with, but looking again it seems like there's something more serious happening there; I'll investigate.
I tracked this down, and it's an unrelated modules bug. I'll be sending out a fix for that shortly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145737/new/
https://reviews.llvm.org/D145737
More information about the cfe-commits
mailing list