Open
Description
All built-in configuration similar to #1550 gives a build warning at the final stage
LTO vmlinux.o
ld.lld: warning: stack frame size (2256) exceeds limit (2048) in function 'wlc_phy_txpwr_srom_read_ppr_nphy'
This probably causes build failure with CONFIG_WERROR=y
. .config
and a reproducing script are attached. It is unclear to me why it is not caught by clang.
config.txt.gz
clang-build-arch30.sh.gz
Activity