[PATCH] Update supported LLVM versions
authorBen Gamari <ben@smart-cactus.org>
Fri, 29 Apr 2022 16:51:26 +0000 (12:51 -0400)
committerScott Talbert <swt@techie.net>
Mon, 31 Jul 2023 22:47:27 +0000 (23:47 +0100)
Pull forward minimum version to match 9.2.

(cherry picked from commit c26faa54c5fbe902ccb74e79d87e3fa705e270d1)

Gbp-Pq: Name ddd2591c5ca395e39ea36855e5b7e0a3464b7ad8.patch

configure.ac

index 1210c192fae2737256274382342459239c475cd2..03589c3b5f2ce10f4b3694df21d1ede1a04b81e4 100644 (file)
@@ -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])