[libcxx-commits] [libcxx] [libcxx] fix includes for explicit Clang module build (PR #126474)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 17 07:52:44 PST 2025
ldionne wrote:
Although we might not be able to build libc++ with Clang modules, this patch in itself is simply adding missing includes to our `src/` files. And those changes can be verified correct by inspection (I just looked at a few of them and they look like truly missing includes). So I think we should move forward with the patch, just maybe not with the follow-up.
https://github.com/llvm/llvm-project/pull/126474
More information about the libcxx-commits
mailing list