[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)
committerIlias Tsitsimpis <iliastsi@debian.org>
Sun, 15 Sep 2024 21:17:25 +0000 (00:17 +0300)
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/\./,/')