summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-10-31 11:39:34 +1030
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-01 09:13:51 +0100
commitf1b3512388a7778cec40b5f892290257726e8c23 (patch)
tree137807f19bdc4206dd2ccbd393be2fd74b012691 /tools
parent850fc69e08b2d1b70c1dd999d6d37b26aa37cf13 (diff)
powerpc/xmon: Relax frame size for clang
[ Upstream commit 9c87156cce5a63735d1218f0096a65c50a7a32aa ] When building with clang (8 trunk, 7.0 release) the frame size limit is hit: arch/powerpc/xmon/xmon.c:452:12: warning: stack frame size of 2576 bytes in function 'xmon_core' [-Wframe-larger-than=] Some investigation by Naveen indicates this is due to clang saving the addresses to printf format strings on the stack. While this issue is investigated, bump up the frame size limit for xmon when building with clang. Link: https://github.com/ClangBuiltLinux/linux/issues/252 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions