RE: powerpc/xmon: Relax frame size for clang

2018-11-02 Thread David Laight
From: Linuxppc-dev [mailto:linuxppc-dev-bounces+david.laight=aculab@lists.ozlabs.org] On Behalf Of > Michael Ellerman > Subject: Re: powerpc/xmon: Relax frame size for clang > > On Wed, 2018-10-31 at 01:09:34 UTC, Joel Stanley wrote: > > When building with clang (8

Re: powerpc/xmon: Relax frame size for clang

2018-11-01 Thread Michael Ellerman
On Wed, 2018-10-31 at 01:09:34 UTC, Joel Stanley wrote: > 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