projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674798f
)
[PATCH] Bump max LLVM version to 19 (not inclusive)
author
Olivier Benz
<olivier.benz@b-data.ch>
Sat, 25 May 2024 10:29:13 +0000
(12:29 +0200)
committer
Ilias Tsitsimpis
<iliastsi@debian.org>
Sun, 15 Sep 2024 21:17:25 +0000
(
00:17
+0300)
Gbp-Pq: Name llvm-newer-version
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b974763d6a5ba2ad24b05b3ff68b4f8592dbaf0f..02a1eeeff15b3fd974a59eb7ce9392397f3f9122 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-556,7
+556,7
@@
AC_SUBST(InstallNameToolCmd)
# versions of LLVM simultaneously, but that stopped working around
# 3.5/3.6 release of LLVM.
LlvmMinVersion=11 # inclusive
-LlvmMaxVersion=1
6
# not inclusive
+LlvmMaxVersion=1
9
# not inclusive
AC_SUBST([LlvmMinVersion])
AC_SUBST([LlvmMaxVersion])
sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/')