Re: [libvirt PATCH 2/6] meson: Allow undefined symbols when sanitizers are enabled

2021-05-03 Thread Pavel Hrdina
On Mon, May 03, 2021 at 12:01:42PM +0200, Tim Wiederhake wrote: > When enabling sanitizers, clang adds some function symbols when > instrumenting the code. The exact names of those functions are an > implementation detail and should therefore not be added to any > syms file. This patch prevents

[libvirt PATCH 2/6] meson: Allow undefined symbols when sanitizers are enabled

2021-05-03 Thread Tim Wiederhake
When enabling sanitizers, clang adds some function symbols when instrumenting the code. The exact names of those functions are an implementation detail and should therefore not be added to any syms file. This patch prevents build failures due to those symbols not present in the syms file when