mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 00:45:46 +02:00
Validated on arm64. Closes: https://bugs.gentoo.org/876187 Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/29366 Signed-off-by: Michał Górny <mgorny@gentoo.org>
15 lines
487 B
Diff
15 lines
487 B
Diff
https://bugs.gentoo.org/876187
|
|
|
|
Bump max LLVM to 14. Validated on arm64.
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -681,7 +681,7 @@ AC_SUBST(InstallNameToolCmd)
|
|
# versions of LLVM simultaneously, but that stopped working around
|
|
# 3.5/3.6 release of LLVM.
|
|
LlvmMinVersion=9 # inclusive
|
|
-LlvmMaxVersion=14 # not inclusive
|
|
+LlvmMaxVersion=15 # not inclusive
|
|
AC_SUBST([LlvmMinVersion])
|
|
AC_SUBST([LlvmMaxVersion])
|
|
sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/')
|