summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37360 -> 37366 bytes
-rw-r--r--eclass/llvm.org.eclass5
2 files changed, 4 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 585176bf67cc..a6550885270b 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
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}"
;;