[libcxx-commits] [PATCH] D136683: [libc++] Only include_next C library headers when they exist
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 15 10:53:15 PST 2022
thakis added a comment.
> Well that build picked up the latest libc++ headers, so I guess it's at least doing a bootstrapping build and then using check-clang? I don't even know if Clang will use the just-built libc++ for testing when doing a bootstrapping build.
That bot "installs" libc++ headers to buildir/include/c++/v1 and puts clang in builddir/bin/clang, and clang looks for includes at ../../includes relative to it. But I think that's the normal directory layout when doing a `make install` with the cmake build too (?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136683/new/
https://reviews.llvm.org/D136683
More information about the libcxx-commits
mailing list