Re: [PATCH 18/21] meson: move CFI detection code earlier

2023-12-29 Thread Philippe Mathieu-Daudé
On 21/12/23 18:19, Paolo Bonzini wrote: Keep it together with the other compiler modes, and before dependencies. Signed-off-by: Paolo Bonzini --- meson.build | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Reviewed-by: Philippe

[PATCH 18/21] meson: move CFI detection code earlier

2023-12-21 Thread Paolo Bonzini
Keep it together with the other compiler modes, and before dependencies. Signed-off-by: Paolo Bonzini --- meson.build | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/meson.build b/meson.build index f8d61a46ad1..f105462c1