mike tancsa
2020-Jan-08 17:37 UTC
svn commit: r356465 - in stable/12: . contrib/llvm-project/clang/include/clang/CodeGen contrib/llvm-project/clang/lib/Basic/Targets contrib/llvm-project/clang/lib/CodeGen contrib/llvm-project/clang...
On 1/7/2020 3:01 PM, Dimitry Andric wrote:> Author: dim > Date: Tue Jan 7 20:01:59 2020 > New Revision: 356465 > URL: https://svnweb.freebsd.org/changeset/base/356465 > > Log: > MFC r356004: > > Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp > 9.0.1 final release c1a0a213378a458fbea1a5c77b315c7dce08fd05. > > Release notes for llvm, clang, lld and libc++ 9.0.1 will become > available here:Hi, ??? Is the buildworld a 2 step process to install everything ? I rebuilt world post import, did installkernel, installworld and then went to rebuild again, yet in the output, it still shows make[1]: "/usr/src/Makefile.inc1" line 341: SYSTEM_COMPILER: Determined that CC=cc matches the source tree.? Not bootstrapping a cross-compiler. make[1]: "/usr/src/Makefile.inc1" line 348: SYSTEM_LINKER: libclang will be built for bootstrapping a cross-linker. Did libclang somehow not get installed or is the check not working for the version ? I am at r356502 root at asrock-ryzen7a:/usr/src # sleep 20;time make -j 16 buildworld > /var/log/build.out ; time make -j16 buildkernel > /var/log/build.out.k??? [Creating objdir /usr/obj/usr/src/amd64.amd64...] 20805.460u 1075.767s 26:02.05 1400.8%?? 58220+3452k 650321+3431159io 222076pf+0w 1487.734u 147.997s 1:45.14 1555.7%????? 52726+3205k 195595+3387101io 70456pf+0w root at asrock-ryzen7a:/usr/src # Just tried again. installkernel/world and reboot, yet still get SYSTEM_LINKER: libclang will be built for bootstrapping a cross-linker. ??? ---Mike