Author: bdrewery
Date: Tue Oct 31 23:48:57 2017
New Revision: 325253
URL: https://svnweb.freebsd.org/changeset/base/325253

Log:
  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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Tue Oct 31 23:33:24 2017        (r325252)
+++ head/Makefile.inc1  Tue Oct 31 23:48:57 2017        (r325253)
@@ -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}
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to