commit: 36e668a6b6630eff3ddc6772dffb4403cd870176
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 3 20:15:41 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 3 20:55:00 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e668a6
llvm.org.eclass: Add 22.0.0_pre20260103 snapshot
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/llvm.org.eclass | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 0eff312f0b16..c4ce99b5f48e 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019-2025 Gentoo Authors
+# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: llvm.org.eclass
@@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 22.0.0_pre20260103)
+
EGIT_COMMIT=05349a9b43805d3c0b424da99f3a1fa362cd3419
+ ;;
22.0.0_pre20251223)
EGIT_COMMIT=a3c8b090c37fb10e8c3aa6cd2e5644033cc8a0e4
;;