-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for CONFIG_MODULES on LoongArch #1884
Comments
Is the plan for Linux to use the |
Perhaps there could be aliases to eliminate differences. |
Yeah I'd suggest adding support for |
Indeed, I can confirm that with ToT LLVM, we are now able to build and boot I wonder if we can deal with #1941 now by setting the minimum supported version of |
Yeah I think so, as all that Huacai asked for is working |
Follow-up issue for #1787.
Currently one cannot build a working kernel with
CONFIG_MODULES=y
and with Clang/LLD, because of missing Clang support for__attribute__((model("extreme")))
. This issue tracks the work towards support for said attribute and enabling modular LoongArch kernel builds.Implementing this may require deep plumbing inside LLVM/Clang (straight down to LLVM IR-level addition), per the recent discussion, and I expect the relevant changes to hit LLVM 18 (LLVM 17 will branch later this month so it's probably not good to rush an LLVM IR change into it).
The text was updated successfully, but these errors were encountered: