summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-29 12:51:26 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-04 16:16:48 -0400
commitddd2591c5ca395e39ea36855e5b7e0a3464b7ad8 (patch)
treec892fa3033691526f918e2f70d7b9f1647580eba /configure.ac
parent445d3657aaa0860e725c525c844326557d2f39d5 (diff)
downloadhaskell-ddd2591c5ca395e39ea36855e5b7e0a3464b7ad8.tar.gz
Update supported LLVM versions
Pull forward minimum version to match 9.2. (cherry picked from commit c26faa54c5fbe902ccb74e79d87e3fa705e270d1)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f0d3160d1f..0fd6442d51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -555,7 +555,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])