Skip to content

Commit 362cfff

Browse files
committed
configure: Allow use of LLVM 20
(cherry picked from commit ca03226)
1 parent 090c800 commit 362cfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ AC_SUBST(InstallNameToolCmd)
536536
# versions of LLVM simultaneously, but that stopped working around
537537
# 3.5/3.6 release of LLVM.
538538
LlvmMinVersion=13 # inclusive
539-
LlvmMaxVersion=20 # not inclusive
539+
LlvmMaxVersion=21 # not inclusive
540540
AC_SUBST([LlvmMinVersion])
541541
AC_SUBST([LlvmMaxVersion])
542542

0 commit comments

Comments
 (0)