git: b159a1790032 - main - devel/llvm90: Improve the description of LLD_LINK

Brooks Davis brooks at FreeBSD.org
Fri Jul 16 18:00:41 UTC 2021


The branch main has been updated by brooks:

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

commit b159a1790032708d2fa2bdfd997a77a7e31502f1
Author:     Brooks Davis <brooks at FreeBSD.org>
AuthorDate: 2021-07-16 18:00:30 +0000
Commit:     Brooks Davis <brooks at 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


More information about the dev-commits-ports-main mailing list