From b249909e019136b758bcd7c11f5a82f13deac907 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 29 Apr 2022 12:51:26 -0400 Subject: [PATCH] [PATCH] Update supported LLVM versions Pull forward minimum version to match 9.2. (cherry picked from commit c26faa54c5fbe902ccb74e79d87e3fa705e270d1) Gbp-Pq: Name ddd2591c5ca395e39ea36855e5b7e0a3464b7ad8.patch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1210c192..03589c3b 100644 --- a/configure.ac +++ b/configure.ac @@ -718,7 +718,7 @@ AC_SUBST(InstallNameToolCmd) # tools we are looking for. In the past, GHC supported a number of # versions of LLVM simultaneously, but that stopped working around # 3.5/3.6 release of LLVM. -LlvmMinVersion=9 # inclusive +LlvmMinVersion=10 # inclusive LlvmMaxVersion=14 # not inclusive AC_SUBST([LlvmMinVersion]) AC_SUBST([LlvmMaxVersion]) -- 2.30.2