projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c1f52b
)
[PATCH] configure: bump LlvmMaxVersion to 14
author
Cheng Shao
<astrohavoc@gmail.com>
Thu, 27 Jan 2022 12:12:14 +0000
(12:12 +0000)
committer
Scott Talbert
<swt@techie.net>
Mon, 31 Jul 2023 22:47:27 +0000
(23:47 +0100)
LLVM 13.0.0 is released in Oct 2021, and latest head validates against
LLVM 13 just fine if LlvmMaxVersion is bumped.
Gbp-Pq: Name
78db231ffdf8385662812781c1d09c630cfad313
.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6d0146049af9a164bf69700628f42d4a4698963f..1210c192fae2737256274382342459239c475cd2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-719,7
+719,7
@@
AC_SUBST(InstallNameToolCmd)
# versions of LLVM simultaneously, but that stopped working around
# 3.5/3.6 release of LLVM.
LlvmMinVersion=9 # inclusive
-LlvmMaxVersion=1
3
# not inclusive
+LlvmMaxVersion=1
4
# not inclusive
AC_SUBST([LlvmMinVersion])
AC_SUBST([LlvmMaxVersion])
sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/')