projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f48e83
)
[PATCH] Update supported LLVM versions
author
Ben Gamari
<ben@smart-cactus.org>
Fri, 29 Apr 2022 16:51:26 +0000
(12:51 -0400)
committer
Ilias Tsitsimpis
<iliastsi@debian.org>
Tue, 21 Jun 2022 16:57:57 +0000
(17:57 +0100)
Pull forward minimum version to match 9.2.
(cherry picked from commit
c26faa54c5fbe902ccb74e79d87e3fa705e270d1
)
Gbp-Pq: Name
ddd2591c5ca395e39ea36855e5b7e0a3464b7ad8
.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1210c192fae2737256274382342459239c475cd2..03589c3b5f2ce10f4b3694df21d1ede1a04b81e4 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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])