Re: [PATCH] build: clang stack frame size handling improvement

2025-04-05 Thread Michal Prívozník via Devel
On 4/4/25 08:46, Michal Prívozník wrote: > On 4/3/25 18:28, Roman Bogorodskiy wrote: >> Michal Prívozník wrote: >> >>> On 4/2/25 19:24, Roman Bogorodskiy wrote: The 'plain' optimization type also triggers the clang stack frame size issues, so increase limit for it as well. Sig

Re: [PATCH] build: clang stack frame size handling improvement

2025-04-05 Thread Roman Bogorodskiy
Michal Prívozník wrote: > On 4/2/25 19:24, Roman Bogorodskiy wrote: > > The 'plain' optimization type also triggers the clang stack frame size > > issues, so increase limit for it as well. > > > > Signed-off-by: Roman Bogorodskiy > > --- > > meson.build | 2 +- > > 1 file changed, 1 insertion

Re: [PATCH] build: clang stack frame size handling improvement

2025-04-04 Thread Michal Prívozník via Devel
On 4/4/25 11:02, Roman Bogorodskiy wrote: > Michal Prívozník wrote: > >> > > IIRC, the first time I've encountered this issue was actually a test > file. So I guess it would still make sense to keep the workaround for > clang for now, dropping the optimization condition? Maybe, but I haven't

Re: [PATCH] build: clang stack frame size handling improvement

2025-04-04 Thread Roman Bogorodskiy
Michal Prívozník wrote: > On 4/4/25 08:46, Michal Prívozník wrote: > > On 4/3/25 18:28, Roman Bogorodskiy wrote: > >> Michal Prívozník wrote: > >> > >>> On 4/2/25 19:24, Roman Bogorodskiy wrote: > The 'plain' optimization type also triggers the clang stack frame size > issues, so inc

Re: [PATCH] build: clang stack frame size handling improvement

2025-04-04 Thread Michal Prívozník via Devel
On 4/3/25 18:28, Roman Bogorodskiy wrote: > Michal Prívozník wrote: > >> On 4/2/25 19:24, Roman Bogorodskiy wrote: >>> The 'plain' optimization type also triggers the clang stack frame size >>> issues, so increase limit for it as well. >>> >>> Signed-off-by: Roman Bogorodskiy >>> --- >>> meson

Re: [PATCH] build: clang stack frame size handling improvement

2025-04-03 Thread Daniel P . Berrangé via Devel
On Thu, Apr 03, 2025 at 02:08:28PM +0200, Michal Prívozník via Devel wrote: > On 4/2/25 19:24, Roman Bogorodskiy wrote: > > The 'plain' optimization type also triggers the clang stack frame size > > issues, so increase limit for it as well. > > > > Signed-off-by: Roman Bogorodskiy > > --- > > me

Re: [PATCH] build: clang stack frame size handling improvement

2025-04-03 Thread Michal Prívozník via Devel
On 4/2/25 19:24, Roman Bogorodskiy wrote: > The 'plain' optimization type also triggers the clang stack frame size > issues, so increase limit for it as well. > > Signed-off-by: Roman Bogorodskiy > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.