-
Notifications
You must be signed in to change notification settings - Fork 74
Support -Crelocation-model #205
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
Comments
It seems the LLVM codegen uses Adding the GCC flags |
Yeah, that worked for me too. There is a bug somewhere in how kernel module parameters are codegened causing the respective sample to crash during early boot though. The code model option can be directly translated to |
My other change to allow running the kernel modules is to remove all the SIMD flags. |
I added the |
Implemented in #578. |
This is necessary for compiling rust-for-linux with cg_gcc.
The text was updated successfully, but these errors were encountered: