-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09bc75d
commit 79c3370
Showing
2 changed files
with
14 additions
and
0 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
13 changes: 13 additions & 0 deletions
13
overlays/patches/ghc/ghc-9.10-relax-llvm-max-version.patch
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,13 @@ | ||
diff --git a/configure.ac b/configure.ac | ||
index 1bf37789c7..3f91701dbe 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -492,7 +492,7 @@ AC_SUBST(InstallNameToolCmd) | ||
# versions of LLVM simultaneously, but that stopped working around | ||
# 3.5/3.6 release of LLVM. | ||
LlvmMinVersion=13 # inclusive | ||
-LlvmMaxVersion=16 # not inclusive | ||
+LlvmMaxVersion=18 # not inclusive | ||
AC_SUBST([LlvmMinVersion]) | ||
AC_SUBST([LlvmMaxVersion]) | ||
|