Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2015 22:50:36 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r280718 - projects/lld-import/usr.bin/clang/lld
Message-ID:  <201503262250.t2QMoafC041025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503262250.t2QMoafC041025>