From c812184cd178eaf3d33202aa718c3e0dc3241ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 18 Jul 2025 13:07:34 +0200 Subject: [PATCH] llvm.org.eclass: main is now 22.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/llvm.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index be230d2f3b504..eaec1b8a3a5f1 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -57,7 +57,7 @@ LLVM_VERSION=$(ver_cut 1-3) # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine # the correct branch to use. -_LLVM_MAIN_MAJOR=21 +_LLVM_MAIN_MAJOR=22 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL