summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarter Schonwald <carter.schonwald@gmail.com>2022-11-04 20:06:41 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-07 13:22:14 -0500
commit5fe11fe612e1881bd4d1b9d5950d0d801e08e159 (patch)
tree44aebef90da32d18a96880ec828aabac138524ed
parent69427ce964758b325abd881b4b3db8d59fecc878 (diff)
downloadhaskell-5fe11fe612e1881bd4d1b9d5950d0d801e08e159.tar.gz
bump llvm upper bound
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f8e0fdd0c..a96a15ffbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -555,7 +555,7 @@ AC_SUBST(InstallNameToolCmd)
# versions of LLVM simultaneously, but that stopped working around
# 3.5/3.6 release of LLVM.
LlvmMinVersion=10 # inclusive
-LlvmMaxVersion=14 # not inclusive
+LlvmMaxVersion=15 # not inclusive
AC_SUBST([LlvmMinVersion])
AC_SUBST([LlvmMaxVersion])
sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/')