Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2021 18:00:40 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b159a1790032 - main - devel/llvm90: Improve the description of LLD_LINK
Message-ID:  <202107161800.16GI0eMR005384@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b159a1790032708d2fa2bdfd997a77a7e31502f1

commit b159a1790032708d2fa2bdfd997a77a7e31502f1
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2021-07-16 18:00:30 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2021-07-16 18:00:30 +0000

    devel/llvm90: Improve the description of LLD_LINK
    
    Differential Revision:  https://reviews.freebsd.org/D30442
---
 devel/llvm90/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/llvm90/Makefile b/devel/llvm90/Makefile
index f146ce405155..c099c5759f5e 100644
--- a/devel/llvm90/Makefile
+++ b/devel/llvm90/Makefile
@@ -121,7 +121,7 @@ LIT_VARS=		_USES_PYTHON=python:3.6+
 LLD_DESC=		Install lld, the LLVM linker
 LLD_DISTFILES=		lld-${DISTVERSION}.src${EXTRACT_SUFX}
 LLD_EXTRA_PATCHES=	${PATCHDIR}/lld
-LLD_LINK_DESC=		Link ld.lld as ld to clang uses it
+LLD_LINK_DESC=		Link ld.lld to ld, so clang uses it
 LLD_LINK_IMPLIES=	LLD
 LLDB_BUILD_DEPENDS=	swig:devel/swig
 LLDB_DESC=		Install lldb, the LLVM debugger



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