summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-01 14:11:50 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-01 14:14:38 +0100
commitd12a6adf88f47be36f883b7d959a1a1046d20847 (patch)
tree0f4282e008dc56424ef6d483ab2582d549dc7f32 /eclass
parentllvm-core/libclc: 21.x now requires clang-21 to build (diff)
downloadgentoo-d12a6adf88f47be36f883b7d959a1a1046d20847.tar.gz
gentoo-d12a6adf88f47be36f883b7d959a1a1046d20847.tar.bz2
gentoo-d12a6adf88f47be36f883b7d959a1a1046d20847.zip
llvm.org.eclass: Add 21.0.0_pre20250201 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.org.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 348bea3dd1db..f9704aceeb2a 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 21.0.0_pre20250201)
+ EGIT_COMMIT=bfa7edcc6652bdb37d53e0cec64926aab3f280eb
+ ;;
20.0.0_pre20250125)
EGIT_COMMIT=1f26ac10ca1bef40a80be8f81a6f109713bc586f
;;