File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 229229 ++ onAndroid ( onAarch32 ( until "9.2" ./patches/ghc/ghc-8.10.7-cross-dont-build-stage2-tools.patch ) )
230230 ++ onAndroid ( fromUntil "9.0" "9.10" ./patches/ghc/ghc-9.6-hadrian-android.patch )
231231 ++ onAndroid ( from "9.10" ./patches/ghc/ghc-9.10-hadrian-android.patch )
232+ ++ onAndroid ( fromUntil "9.10" "9.11" ./patches/ghc/ghc-9.10-relax-llvm-max-version.patch )
232233 ++ onMusl ( onAarch64 ( fromUntil "9.4" "9.8" ./patches/ghc/ghc-9.6-hadrian-strip-cmd.patch ) )
233234 ++ onMusl ( onAarch64 ( fromUntil "9.8" "9.10" ./patches/ghc/ghc-9.8-hadrian-strip-cmd.patch ) )
234235 ++ onMusl ( onAarch64 ( fromUntil "9.10" "9.12" ./patches/ghc/ghc-9.10-hadrian-strip-cmd.patch ) )
Original file line number Diff line number Diff line change 1+ diff --git a/configure.ac b/configure.ac
2+ index 1bf37789c7..3f91701dbe 100644
3+ --- a/configure.ac
4+ +++ b/configure.ac
5+ @@ -492,7 +492,7 @@ AC_SUBST(InstallNameToolCmd)
6+ # versions of LLVM simultaneously, but that stopped working around
7+ # 3.5/3.6 release of LLVM.
8+ LlvmMinVersion=13 # inclusive
9+ - LlvmMaxVersion=16 # not inclusive
10+ + LlvmMaxVersion=18 # not inclusive
11+ AC_SUBST([LlvmMinVersion])
12+ AC_SUBST([LlvmMaxVersion])
13+
You can’t perform that action at this time.
0 commit comments