[llvm] [libc][bazel] Add a repo with linux kernel UAPI headers (PR #216867)
Jackson Stogel via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 08:49:48 PDT 2026
jtstogel wrote:
FYI, pulling headers from a hermetic source like in https://github.com/llvm/llvm-project/pull/216868 will probably be preferable for running CI. I'll send that for review before adding any of libc's full-build tests to our bazel CI. Downloading + building UAPI headers is a bit slow, so this PR allows injecting a local include directory during development.
https://github.com/llvm/llvm-project/pull/216867
More information about the llvm-commits
mailing list