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
Probably caused by some inlining change in LLVM. For the record, I generally will not fix instances of -Wframe-larger-than from drivers/gpu/drm/amd/display/dc anymore since any changes I make to this code do not make it back into the upstream source (so it just keeps occurring when a new version of the code is added for a new hardware version). If someone else wants to tackle it, they are more than welcome to do so.
When compiling Linux 6.10.9 with clang-19.1.0-rc4 (commit
0c641568515a797473394694f05937e1f1913d87
), I get the following warning:The warning does not appear when using clang-18.1.8.
I haven't tried with Linux 6.11.x yet.
The text was updated successfully, but these errors were encountered: