svn commit: r305243 - in projects/clang390-import: targets/pseudo/clang usr.bin/clang/lld
Bryan Drewery
bdrewery at FreeBSD.org
Thu Sep 1 21:03:29 UTC 2016
Author: bdrewery
Date: Thu Sep 1 21:03:27 2016
New Revision: 305243
URL: https://svnweb.freebsd.org/changeset/base/305243
Log:
DIRDEPS_BUILD: Connect lld.
Sponsored by: EMC / Isilon Storage Division
Added:
projects/clang390-import/usr.bin/clang/lld/Makefile.depend (contents, props changed)
Modified:
projects/clang390-import/targets/pseudo/clang/Makefile.depend
Modified: projects/clang390-import/targets/pseudo/clang/Makefile.depend
==============================================================================
--- projects/clang390-import/targets/pseudo/clang/Makefile.depend Thu Sep 1 21:02:02 2016 (r305242)
+++ projects/clang390-import/targets/pseudo/clang/Makefile.depend Thu Sep 1 21:03:27 2016 (r305243)
@@ -46,4 +46,8 @@ DIRDEPS+= \
.endif
+.if ${MK_LLD} == "yes"
+DIRDEPS+= usr.bin/clang/lld
+.endif
+
.include <dirdeps.mk>
Added: projects/clang390-import/usr.bin/clang/lld/Makefile.depend
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/clang390-import/usr.bin/clang/lld/Makefile.depend Thu Sep 1 21:03:27 2016 (r305243)
@@ -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
More information about the svn-src-projects
mailing list