https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264258

Brooks Davis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Brooks Davis <[email protected]> ---
This is quite an old CURRENT to upgrade from in one go (you have LLVM 6.0.1,
but FreeVSD 13.0 shipped with 11.0.0 and even FreeBSD 11.4 has LLVM 10.0.0). I
don't have any way to test 6.0.1 and there aren't going to be fixes for it. You
may need to do this upgrade in multiple steps.

A few other thoughts:

clang just reporting "Killed" often means out of memory. Check dmesg or logs to
see if that might have happened.

If you have a newer llvm installed by ports you may be able to use it with
CROSS_TOOLCHAIN=llvm##, however if your ports are old enough you may need a to
install one of the xtoolchain-llvm## ports (now obsolete) to make that work or
do the equivalent by hand (see an example below):

/usr/local/share/toolchains/llvm13.mk:
XCC=/usr/local/bin/clang13
XCXX=/usr/local/bin/clang++13
XCPP=/usr/local/bin/clang-cpp13
XLD=/usr/local/bin/ld.lld13
CROSS_BINUTILS_PREFIX=/var/empty
X_COMPILER_TYPE=clang

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

Reply via email to