xdev: Follow-up r325087: Need to build lib/clang before lld.

LLD needs headers generated by the full libllvm.

X-MFC-With:	r325087
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-10-31 23:48:57 +00:00
parent 99a1c8894a
commit f069674019
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325253

View File

@ -2853,11 +2853,11 @@ _xb-build-tools: .PHONY
${CDBENV} ${MAKE} -f Makefile.inc1 ${NOFUN} build-tools
XDEVDIRS= \
${_clang_libs} \
${_lld} \
${_binutils} \
${_elftctools} \
usr.bin/ar \
${_clang_libs} \
${_clang} \
${_gcc}