From: Ben Gamari Date: Fri, 29 Apr 2022 16:51:26 +0000 (-0400) Subject: [PATCH] Update supported LLVM versions X-Git-Tag: archive/raspbian/9.4.7-2+rpi1~3^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a829f91bf9624c173f588dfc60cb6083d04b2299;p=ghc.git [PATCH] Update supported LLVM versions Pull forward minimum version to match 9.2. (cherry picked from commit c26faa54c5fbe902ccb74e79d87e3fa705e270d1) Gbp-Pq: Name ddd2591c5ca395e39ea36855e5b7e0a3464b7ad8.patch --- diff --git a/configure.ac b/configure.ac index 1210c192..03589c3b 100644 --- a/configure.ac +++ b/configure.ac @@ -718,7 +718,7 @@ AC_SUBST(InstallNameToolCmd) # tools we are looking for. In the past, GHC supported a number of # versions of LLVM simultaneously, but that stopped working around # 3.5/3.6 release of LLVM. -LlvmMinVersion=9 # inclusive +LlvmMinVersion=10 # inclusive LlvmMaxVersion=14 # not inclusive AC_SUBST([LlvmMinVersion]) AC_SUBST([LlvmMaxVersion])