From 137bd0766cc4e36a831596cfd103c88a5b989ed1 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Thu, 27 Jan 2022 12:12:14 +0000 Subject: [PATCH] [PATCH] configure: bump LlvmMaxVersion to 14 LLVM 13.0.0 is released in Oct 2021, and latest head validates against LLVM 13 just fine if LlvmMaxVersion is bumped. Gbp-Pq: Name 78db231ffdf8385662812781c1d09c630cfad313.patch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d014604..1210c192 100644 --- a/configure.ac +++ b/configure.ac @@ -719,7 +719,7 @@ AC_SUBST(InstallNameToolCmd) # versions of LLVM simultaneously, but that stopped working around # 3.5/3.6 release of LLVM. LlvmMinVersion=9 # inclusive -LlvmMaxVersion=13 # not inclusive +LlvmMaxVersion=14 # not inclusive AC_SUBST([LlvmMinVersion]) AC_SUBST([LlvmMaxVersion]) sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/') -- 2.30.2