Re: git: 349cc55c9796 - main - Merge llvm-project main llvmorg-14-init-10186-gff7f2cfa959b

From: Brooks Davis <brooks_at_freebsd.org>
Date: Mon, 16 May 2022 15:48:25 UTC
On Mon, May 16, 2022 at 10:47:49AM -0400, Charlie Li wrote:
> Dimitry Andric wrote:
> > This was also reported by another user, and it turned out they were
> > using WITHOUT_CROSS_COMPILER= in src.conf. If you also have that, try
> > removing it and rebuilding.
> > 
> Yeah I eventually figured that part out. Worked around (first attempt) 
> by building with devel/llvm14 CROSS_TOOLCHAIN, but resulted in certain 
> kernel modules (zfs and a few more) with malformed relocations. 
> Subsequent rebuild with the new world's toolchain corrected that.

Does that mean we're missing patches in the port?  Hopefully anything
this critical can be merged into LLVM 14.0.3.

-- Brooks