You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
Make build.rs notice when kernel-cflags-finder has failed
If we get an error out of kernel-cflags-finder, we should fail early
instead of continuing the build.
Also, suppress one Clang warning class (unknown -W flags, see e.g.
torvalds/linux@9df3e7a7 - in a real clang build these wouldn't be
present but in a clang-modules-on-gcc-kernel build it shows up) to get
kernel-cflags-finder exiting cleanly on 4.20+.
Also rerun the build script if kernel-cflags-finder/Makefile has
changed, or if $CLANG, which it and bindgen both use, have changed.
0 commit comments