From: Olivier Benz Date: Sat, 25 May 2024 10:29:13 +0000 (+0200) Subject: [PATCH] Bump max LLVM version to 19 (not inclusive) X-Git-Tag: archive/raspbian/9.6.6-2+rpi1~2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1db2f8237546ce47920ae9ac7ed35bf619d90a29;p=ghc.git [PATCH] Bump max LLVM version to 19 (not inclusive) Gbp-Pq: Name llvm-newer-version --- diff --git a/configure.ac b/configure.ac index b974763d..02a1eeef 100644 --- a/configure.ac +++ b/configure.ac @@ -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/\./,/')