Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
46c9746f
by Cheng Shao at 2025-12-11T19:14:57-05:00
1 changed file:
Changes:
| ... | ... | @@ -526,7 +526,7 @@ AC_SUBST(InstallNameToolCmd) |
| 526 | 526 | # versions of LLVM simultaneously, but that stopped working around
|
| 527 | 527 | # 3.5/3.6 release of LLVM.
|
| 528 | 528 | LlvmMinVersion=13 # inclusive
|
| 529 | -LlvmMaxVersion=21 # not inclusive
|
|
| 529 | +LlvmMaxVersion=22 # not inclusive
|
|
| 530 | 530 | AC_SUBST([LlvmMinVersion])
|
| 531 | 531 | AC_SUBST([LlvmMaxVersion])
|
| 532 | 532 |