From d88834e7a12432c4e2d04ca7e938a66e25811f89 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 Feb 2023 09:04:22 +0000 Subject: gentoo auto-resync : 01:02:2023 - 09:04:21 --- dev-lang/ghc/files/ghc-9.0.2-llvm-14.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev-lang/ghc/files/ghc-9.0.2-llvm-14.patch (limited to 'dev-lang/ghc/files') diff --git a/dev-lang/ghc/files/ghc-9.0.2-llvm-14.patch b/dev-lang/ghc/files/ghc-9.0.2-llvm-14.patch new file mode 100644 index 000000000000..ee4132bb2ee8 --- /dev/null +++ b/dev-lang/ghc/files/ghc-9.0.2-llvm-14.patch @@ -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/\./,/') -- cgit v1.2.3