-
Notifications
You must be signed in to change notification settings - Fork 13
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
0.43 doesn't build with clang-13 #41
Comments
Given it doesn't build for you, I guess the answer is no? ;) Never tried to use LLVM to compile it, and given the age of the code, I doubt it will be trivial to fix. |
On the other hand, that cast really seems unnecessary here, |
Well, I would test a possible fix on a clang and a gcc compiled kernel. But I don't have skils to adapt a fix myself. |
the generated assembly looks identical with and without the cast on GCC-13 Fixes: #41
I posted an untested (well, it compiles 🤷♀️) patch in #55 - mind testing it? |
the generated assembly looks identical with and without the cast on GCC-13 Fixes: linux-thinkpad#41
the generated assembly looks identical with and without the cast on GCC-13 Fixes: #41
the generated assembly looks identical with and without the cast on GCC-13 Fixes: #41
the generated assembly looks identical with and without the cast on GCC-13 Fixes: #41
the generated assembly looks identical with and without the cast on GCC-13 Fixes: #41
Is it possible to build tp-smapi with clang? I am running a clang built kernel 5.15.3. tp-smapi build fails with:
Same is with 5.14.20
The text was updated successfully, but these errors were encountered: