Re: [PATCH] meson: Work around too strict lld

2023-03-21 Thread Michal Prívozník
On 3/20/23 15:19, Daniel P. Berrangé wrote: > On Mon, Mar 20, 2023 at 02:54:11PM +0100, Michal Privoznik wrote: >> With its version 16.0, the LLVM's linker turned on >> --no-undefined-version by default [1]. This breaks how we detect >> --version-script= detection, because at the compile time there

Re: [PATCH] meson: Work around too strict lld

2023-03-20 Thread Daniel P . Berrangé
On Mon, Mar 20, 2023 at 02:54:11PM +0100, Michal Privoznik wrote: > With its version 16.0, the LLVM's linker turned on > --no-undefined-version by default [1]. This breaks how we detect > --version-script= detection, because at the compile time there's > no library built yet that we can use to make

[PATCH] meson: Work around too strict lld

2023-03-20 Thread Michal Privoznik
With its version 16.0, the LLVM's linker turned on --no-undefined-version by default [1]. This breaks how we detect --version-script= detection, because at the compile time there's no library built yet that we can use to make --version-script= happy. To cancel their choice of defaults, pass --undef