K 10 svn:author V 3 dim K 8 svn:date V 27 2023-04-29T07:38:23.014949Z K 7 svn:log V 566 Suppress lld 16 errors about undefined symbols in version maps lld >= 16 turned on --no-undefined-version by default, which results in errors whenever symbols are mentioned in version maps, but are not actually defined in the binary. Since we have quite a few instances of symbols that are defined or not, depending on various compile-time settings, suppress this lld check for the time being. MFC after: 1 week (cherry picked from commit 2ba84b4bcdd6012e8cfbf8a0d060a4438623a638) Git Hash: d5ee36dbb27222e9b3bd57c5ffc5cff5667c2e2e Git Author: dim@FreeBSD.org END