forked from gentoo-haskell/gentoo-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-lang/ghc: bump maximum LLVM to 14
Validated on arm64. Closes: https://bugs.gentoo.org/876187 Signed-off-by: Matoro Mahri <[email protected]> Closes: gentoo/gentoo#29366 Signed-off-by: Michał Górny <[email protected]> Signed-off-by: hololeap <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
https://bugs.gentoo.org/876187 | ||
|
||
Bump max LLVM to 14. Validated on arm64. | ||
|
||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -681,7 +681,7 @@ AC_SUBST(InstallNameToolCmd) | ||
# versions of LLVM simultaneously, but that stopped working around | ||
# 3.5/3.6 release of LLVM. | ||
LlvmMinVersion=9 # inclusive | ||
-LlvmMaxVersion=14 # not inclusive | ||
+LlvmMaxVersion=15 # not inclusive | ||
AC_SUBST([LlvmMinVersion]) | ||
AC_SUBST([LlvmMaxVersion]) | ||
sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters