We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6f6cb17 mentions 5k+ stack usage. (#1455)
After clang-18's (https://reviews.llvm.org/rGe698695fbbf62e6676f8907665187f2d2c4d814b), I only see:
$ ARCH=arm make LLVM=1 -j128 allyesconfig drivers/gpu/drm/ drivers/gpu/drm/amd/amdgpu/../display/dc/dml/calcs/dce_calcs.c:77:13: error: stack frame size (1056) exceeds limit (1024) in 'calculate_bandwidth' [-Werror,-Wframe-larger-than] 77 | static void calculate_bandwidth( | ^
Filing an issue about this because I don't think we have one specific to that kernel commit.
Tangentially related to #1752.
See also: llvm/llvm-project#41896
The text was updated successfully, but these errors were encountered:
dup'ing to #1455
Sorry, something went wrong.
No branches or pull requests
6f6cb17 mentions 5k+ stack usage. (#1455)
After clang-18's (https://reviews.llvm.org/rGe698695fbbf62e6676f8907665187f2d2c4d814b), I only see:
Filing an issue about this because I don't think we have one specific to that kernel commit.
Tangentially related to #1752.
See also: llvm/llvm-project#41896
The text was updated successfully, but these errors were encountered: