summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-21 14:17:37 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-21 19:15:45 +0200
commit244abfc1c3a820e7d5dff241f007ca860ff8714c (patch)
tree09d43657cf6bd9a283a78fbb4a97ec0b311f380c /eclass
parentsys-libs/libomp: Enable assertions in 17.x by default (diff)
downloadgentoo-244abfc1c3a820e7d5dff241f007ca860ff8714c.tar.gz
gentoo-244abfc1c3a820e7d5dff241f007ca860ff8714c.tar.bz2
gentoo-244abfc1c3a820e7d5dff241f007ca860ff8714c.zip
llvm.org.eclass: Add 17.0.0_pre20230421 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 52b5bbb0c59d..75f4b674c378 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,6 +78,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 17.0.0_pre20230421)
+ EGIT_COMMIT=5ea158077ec9ca50857ede5cbb0b27c61663fd55
+ ;;
17.0.0_pre20230414)
EGIT_COMMIT=5c60a08c696c0420ddc5fdad5b8e50a7528cb3bf
;;