Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2020 22:08:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 248818] clang11 import breaks WANT_LINKER_VERSION check forcing extra cross-tools to be built
Message-ID:  <bug-248818-29464-TzXFWcGIcA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248818-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248818-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248818

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
The Version.inc is as generated by upstream's CMake scripts, and they don't=
 use
the LLD_VERSION, LLD_VERSION_MAJOR and LLD_VERSION_MINOR macros anymore.

So indeed parsing LLD_VERSION_STRING is probably the best way forward. That
will also work for the earlier Version.inc headers.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248818-29464-TzXFWcGIcA>