Commit ebe4157d77cbf88eb3b35d9155d56468e4709ba2

Baptiste Daroussin 2024-02-28T01:27:10

meson: inform ld to accept undefined symbols for version-scripts (#459) with lld 1.17, linking with a symbol map which contains symbols which actually do not exists now result in an error, which means the test in meson.build to check if -Wl,--version-script works always fails. because it tries to use the general map file with "int main(void) {}". Fixes #424