Re: [PATCH] meson: Remove --warn-common ldflag

2024-03-04 Thread Peter Maydell
On Sun, 3 Mar 2024 at 16:26, Akihiko Odaki wrote: > > --warn-common ldflag causes warnings for multiple definitions of > ___asan_globals_registered when enabling AddressSanitizer with clang. > The warning is somewhat obsolete so just remove it. > > The common block is used to allow duplicate defin

Re: [PATCH] meson: Remove --warn-common ldflag

2024-03-03 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH] meson: Remove --warn-common ldflag

2024-03-03 Thread Akihiko Odaki
--warn-common ldflag causes warnings for multiple definitions of ___asan_globals_registered when enabling AddressSanitizer with clang. The warning is somewhat obsolete so just remove it. The common block is used to allow duplicate definitions of uninitialized global variables. In the past, GCC and