summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarter Schonwald <carter.schonwald@gmail.com>2022-11-04 20:06:41 +0000
committerCarter Schonwald <carter.schonwald@gmail.com>2022-11-04 20:06:41 +0000
commitd0be297b0325297d880367ab1e8dc7e06637f07c (patch)
tree32d5f6b27021f7abecd17bf7bf05209c2b201f99
parent311251543f2e37af4a121e58028bfc46267a7fc9 (diff)
downloadhaskell-wip/carter-llvm14-bump.tar.gz
bump llvm upper boundwip/carter-llvm14-bump
-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/\./,/')