]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
After the clang/llvm version 11 import LLD_VERSION is no longer used
authorBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 21 Aug 2020 22:31:45 +0000 (22:31 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 21 Aug 2020 22:31:45 +0000 (22:31 +0000)
commit530134d2918e3f8d53cf51b89c0f4c5fd032c88b
tree34437837a5ba785aba00b99028bcaa1724f71a02
parentf5247a232a337c93c690068930f25503d4dab8e1
After the clang/llvm version 11 import LLD_VERSION is no longer used
upstream so Version.inc now only defines LLD_VERSION_STRING.

This breaks the WANT_LINKER_VERSION magic and might lead to us building
more than needed (e.g., for croos-tools).

Change the awk script to parse LLD_VERSION_STRING instead of LLD_VERSION,
which not only unbreaks the current situation but should also be backwards
compatible as dim points out.

PR: 248818
Reviewed by: emaste, dim (seems right and the way to go)
MFC after: 4 weeks
X-MFC before: 364284
Makefile.inc1