[libcxx-commits] [PATCH] D153216: [libc++][Modules] Add missing includes to public headers
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 1 04:39:58 PDT 2023
Mordante added a comment.
In D153216#4461976 <https://reviews.llvm.org/D153216#4461976>, @iana wrote:
> @Mordante @ldionne do either of you understand the CI failure? I can't make heads or tails of it...
Do you have a link to this failed build? The latest failure is just a `#include <__memory/uninitialized_buffer.h>`, I assume you don't need help with that.
In D153216#4462376 <https://reviews.llvm.org/D153216#4462376>, @EricWF wrote:
> @ldionne @philnik
>
> The complexity of having hundreds of headers is starting to show its head.
> How do we prevent this class of bugs from continuing to occur?
I'm still not sure why this issue doesn't show up in the modular builds we test in the CI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153216/new/
https://reviews.llvm.org/D153216
More information about the libcxx-commits
mailing list