svn commit: r280718 - projects/lld-import/usr.bin/clang/lld

Dimitry Andric dim at FreeBSD.org
Thu Mar 26 22:50:37 UTC 2015


Author: dim
Date: Thu Mar 26 22:50:35 2015
New Revision: 280718
URL: https://svnweb.freebsd.org/changeset/base/280718

Log:
  Link lld to ld.lld, so you can use -fuse-ld=lld with clang.

Modified:
  projects/lld-import/usr.bin/clang/lld/Makefile

Modified: projects/lld-import/usr.bin/clang/lld/Makefile
==============================================================================
--- projects/lld-import/usr.bin/clang/lld/Makefile	Thu Mar 26 22:35:56 2015	(r280717)
+++ projects/lld-import/usr.bin/clang/lld/Makefile	Thu Mar 26 22:50:35 2015	(r280718)
@@ -95,6 +95,8 @@ SRCS=	lib/Config/Version.cpp \
 NO_SHARED?= yes
 .endif
 
+LINKS=	${BINDIR}/lld ${BINDIR}/ld.lld
+
 TGHDRS=	CoreOptions \
 	DarwinLdOptions \
 	GnuLdOptions \


More information about the svn-src-projects mailing list