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
I stopped using clang to compile my kernel on my system months ago because of this. Glad to see there's a fix.
For Gentoo, I had to edit the diff paths from a/lib and b/lib to a/llvm/lib and b/llvm/lib in order for the patch apply properly, because of differences in the way the LLVM tarball is unpacked. If you're not using Arch and your package manager isn't applying the diff properly, that's probably why.
The upstream Linux kernel doesn't support -march=znver{1,2,3,4,5}. So it makes sense for it to be low priority.
Compiling the kernel using LLVM instead of GCC is no longer working starting with kernel v6.9.9.
I've tried with LTO disabled and downgrading pahole to v1.26 with no luck. Downgrading pahole was a working workaround for compiling v6.8.8.
Same errors occur when trying to compile v6.10-rc7.
The text was updated successfully, but these errors were encountered: