aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-05 15:19:58 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-05 15:46:08 +0000
commitb1c90afe23f93698805a22802f2dd02acbe4488a (patch)
tree2ca5be1cb2e169b4409acad19ff83a8588e6b198
parent21c6122ebd927795fffab69d618d6161513b9da8 (diff)
downloadports-b1c90afe23f93698805a22802f2dd02acbe4488a.tar.gz
ports-b1c90afe23f93698805a22802f2dd02acbe4488a.zip
gecko: wait for rust before swiching llvm* next time
Cross-language LTO in www/firefox requires devel/llvm* and bundled LLVM in lang/rust to be of the same major version. Adjust the comment to delay future bumps but until LTO is enabled desync can still happen. PR: 255359 Suggested by: dim
-rw-r--r--Mk/bsd.gecko.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index b611e4421b3c..bb0aeff28e8d 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -92,7 +92,7 @@ MOZ_EXPORT+= LLVM_OBJDUMP="${LOCALBASE}/bin/llvm-objdump${LLVM_DEFAULT}"
.endif
# Ignore Mk/bsd.default-versions.mk but respect make.conf(5)
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*}
-LLVM_DEFAULT= 12 # bump if not latest release
+LLVM_DEFAULT= 12 # chase bundled LLVM in lang/rust for LTO
.endif
# Require newer Clang than what's in base system unless user opted out
. if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so)