From: Debian Haskell Group Date: Sat, 24 Jan 2026 12:41:42 +0000 (+0200) Subject: [PATCH] Bump max LLVM version to 19 X-Git-Tag: archive/raspbian/9.10.3-3+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=463502d6c11aba012f102bc172fe253b933dcc91;p=ghc.git [PATCH] Bump max LLVM version to 19 Gbp-Pq: Name llvm-newer-version --- diff --git a/configure.ac b/configure.ac index 0942a406..acaadd2f 100644 --- a/configure.ac +++ b/configure.ac @@ -513,7 +513,7 @@ AC_SUBST(InstallNameToolCmd) # versions of LLVM simultaneously, but that stopped working around # 3.5/3.6 release of LLVM. LlvmMinVersion=13 # inclusive -LlvmMaxVersion=16 # not inclusive +LlvmMaxVersion=22 # not inclusive AC_SUBST([LlvmMinVersion]) AC_SUBST([LlvmMaxVersion])