aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-07-16 18:00:30 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-07-16 18:00:30 +0000
commitb159a1790032708d2fa2bdfd997a77a7e31502f1 (patch)
tree84299c76902339b1365e5132b4d555cb67fd5f8e
parent0184db0c0590d7b58913669a6d890bba9257dff7 (diff)
downloadports-b159a1790032708d2fa2bdfd997a77a7e31502f1.tar.gz
ports-b159a1790032708d2fa2bdfd997a77a7e31502f1.zip
devel/llvm90: Improve the description of LLD_LINK
Differential Revision: https://reviews.freebsd.org/D30442
-rw-r--r--devel/llvm90/Makefile2
1 files changed, 1 insertions, 1 deletions
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