[PATCH] Bump max LLVM version to 19 (not inclusive)
authorOlivier Benz <olivier.benz@b-data.ch>
Sat, 25 May 2024 10:29:13 +0000 (12:29 +0200)
committerGianfranco Costamagna <locutusofborg@debian.org>
Tue, 5 Nov 2024 23:21:23 +0000 (00:21 +0100)
Gbp-Pq: Name llvm-newer-version

configure.ac

index b974763d6a5ba2ad24b05b3ff68b4f8592dbaf0f..02a1eeeff15b3fd974a59eb7ce9392397f3f9122 100644 (file)
@@ -556,7 +556,7 @@ AC_SUBST(InstallNameToolCmd)
 # versions of LLVM simultaneously, but that stopped working around
 # 3.5/3.6 release of LLVM.
 LlvmMinVersion=11  # inclusive
-LlvmMaxVersion=16 # not inclusive
+LlvmMaxVersion=19 # not inclusive
 AC_SUBST([LlvmMinVersion])
 AC_SUBST([LlvmMaxVersion])
 sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/')