From f069674019e6a3a2f1660eab68158bcf06361ede Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 31 Oct 2017 23:48:57 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index d0ab1e6224e5..ea30d6d90d40 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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}