[libc-commits] [libc] [libc] Include Linux kernel headers in the full build (PR #97486)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Oct 1 10:28:54 PDT 2024


nickdesaulniers wrote:

So to be more hermetic, I'd like to get to the point where we encourage the user to build the kernel headers from source BEFORE building llvm-libc, then provide those headers.

That way we don't look in /usr/include AT ALL.

For example, I'm not sure that the kernel headers on the host are ok to use when cross compiling.

https://github.com/llvm/llvm-project/pull/97486


More information about the libc-commits mailing list