As it turns out, util depends on univalue, so it should be linked in.
The only reason it doesn't fail right now is that the linker is able to cull dead symbol that uses it before symbol resolution, which is 100% implementation defined.
Differential D5896
Link univalue in the seeder deadalnix on Apr 29 2020, 19:43. Authored by Tags None Subscribers None
Details
As it turns out, util depends on univalue, so it should be linked in. The only reason it doesn't fail right now is that the linker is able to cull dead symbol that uses it before symbol resolution, which is 100% implementation defined. make check
Diff Detail
Event Timeline |