commit: 657923c99a7182366e18df5df3b0ee7479047acf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 1 11:57:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 1 20:59:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657923c9
llvm.org.eclass: Add 16.0.0_pre20230101 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 92c474433b07..7edcc7aa2f38 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: llvm.org.eclass
@@ -87,6 +87,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
16.0.0_pre20221226)
EGIT_COMMIT=dfc20708bcdf7b4c4bea8595fc4ac8674634d5e6
;;
+ 16.0.0_pre20230101)
+
EGIT_COMMIT=b20dd2b186fdc76828219b705a2b58f5830f4b9d
+ ;;
*)
die "Unknown snapshot: ${PV}"
;;