> On 19 Mar 2019, at 9:34 AM, Ed Maste <emaste at freebsd.org> wrote:
> 
> There are a few different ways you could address this:
> 1. Build either the buildworld or kernel-toolchain targets before make
> buildkernel, which will then use the built toolchain including lld.
I did this, and it did not work.  I always build the system in the canonical
order:
buildworld
buildkernel
installkernel
installworld
That is why I think the check is flawed!  I am using the lld linker.  It is
present in the snapshot.  The system should be using it, but it immediately
fails due to the aforementioned checks.  That is the bug that I am raising.
Dan