Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
ca03226d
by Ben Gamari at 2025-08-18T13:43:20+00:00
1 changed file:
Changes:
... | ... | @@ -536,7 +536,7 @@ AC_SUBST(InstallNameToolCmd) |
536 | 536 | # versions of LLVM simultaneously, but that stopped working around
|
537 | 537 | # 3.5/3.6 release of LLVM.
|
538 | 538 | LlvmMinVersion=13 # inclusive
|
539 | -LlvmMaxVersion=20 # not inclusive
|
|
539 | +LlvmMaxVersion=21 # not inclusive
|
|
540 | 540 | AC_SUBST([LlvmMinVersion])
|
541 | 541 | AC_SUBST([LlvmMaxVersion])
|
542 | 542 |