DIRDEPS_BUILD: Connect lld.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-09-01 21:03:27 +00:00
parent dc3af96dec
commit 08e3200cd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang390-import/; revision=305243
2 changed files with 30 additions and 0 deletions

View File

@ -46,4 +46,8 @@ DIRDEPS+= \
.endif
.if ${MK_LLD} == "yes"
DIRDEPS+= usr.bin/clang/lld
.endif
.include <dirdeps.mk>

View File

@ -0,0 +1,26 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/clang/libllvm \
lib/libc \
lib/libc++ \
lib/libcompiler_rt \
lib/libcxxrt \
lib/libthr \
lib/libz \
lib/msun \
lib/ncurses/ncursesw \
usr.bin/clang/llvm-tblgen.host \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif