Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (45572c1d6b9d71bb9343f94683af32fba38b93a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (45572c1d6b9d71bb9343f94683af32fba38b93a3)
  • Date: Sun, 16 Aug 2026 12:22:32 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/llvm/DETAILS | 4 ++++
devel/llvm/HISTORY | 1 +
devel/llvm/SLOTS | 8 ++++----
devel/llvm/WATCH | 1 +
4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 45572c1d6b9d71bb9343f94683af32fba38b93a3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

llvm: Add slot 21, version 21.1.8

diff --git a/devel/llvm/DETAILS b/devel/llvm/DETAILS
index bace50b..66b2a68 100755
--- a/devel/llvm/DETAILS
+++ b/devel/llvm/DETAILS
@@ -5,6 +5,10 @@ case "$SLOT" in
SPIRV_VERSION=22.1.2

SPIRV_HASH=sha512:d224b29029dae66dac430834b927a0683e3e15fb555c2ba83764403b8cdc28bfcccbe8e9ec2e3d1854c9d32b02d0b8282a3d883441c7ce33c1fc5339c0a373f0
;;
+ (21) VERSION=21.1.8
+ SPIRV_VERSION=21.1.10
+
SPIRV_HASH=sha512:6be1130d714c41ebd03896a0b33df1f5663b05a97e6af599a2d22b6a005232a6e039d0106007dc9a5f1a05887f11b8d9d97b1650499078d2841f3d0edf3a4d5f
+ ;;
(20) VERSION=20.1.8
SPIRV_VERSION=19.1.3

SPIRV_HASH=sha512:8370ca2192e7df3aff2e2336155d3ab5519103cc31f84a1d199b34d78ad77397be0e3944d2d5eb815497fb297dcb1b4ca063d2f667dfe8e0a75c896389a9ad0b
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index 22a05ff..b7d8c60 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,5 +1,6 @@
2026-08-16 Ismael Luceno <ismael AT sourcemage.org>
* WATCH: added
+ * SLOTS, DETAILS, WATCH: added slot 21, version 21.1.8

2026-08-15 Ismael Luceno <ismael AT sourcemage.org>
* SLOTS: added, slots 0, 20, 16 and 15
diff --git a/devel/llvm/SLOTS b/devel/llvm/SLOTS
index cad0a9c..d7bee5f 100644
--- a/devel/llvm/SLOTS
+++ b/devel/llvm/SLOTS
@@ -1,7 +1,7 @@
# The llvm a spell that says nothing about slots gets is slot 0 -- the
# system llvm, in /usr -- so 'cast llvm' is what it always was and
# every other spell's 'depends llvm' still means it. The older majors
-# are slots of their own, cast as llvm:20, llvm:16 and llvm:15, and
-# install beside it under /opt/llvm<major>, which is where the spells
-# they were made from wanted to go.
-0 20 16 15
+# are slots of their own, cast as llvm:21, llvm:20, llvm:16 and
+# llvm:15, and install beside it under /opt/llvm<major>, which is where
+# the spells the last three were made from wanted to go.
+0 21 20 16 15
diff --git a/devel/llvm/WATCH b/devel/llvm/WATCH
index c5be398..0f5bcb4 100644
--- a/devel/llvm/WATCH
+++ b/devel/llvm/WATCH
@@ -5,6 +5,7 @@
# page for what follows the first tag of the major above them, since it
# only ever lists the newest tags.
0 . https://github.com/llvm/llvm-project/releases
/llvmorg-([0-9.]+)[.]tar
+21 ^21[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-22.1.0
/llvmorg-(21[.][0-9.]+)[.]tar
20 ^20[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-21.1.0
/llvmorg-(20[.][0-9.]+)[.]tar
16 ^16[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-17.0.0
/llvmorg-(16[.][0-9.]+)[.]tar
15 ^15[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-16.0.0
/llvmorg-(15[.][0-9.]+)[.]tar


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (45572c1d6b9d71bb9343f94683af32fba38b93a3), Ismael Luceno, 08/16/2026

Archive powered by MHonArc 2.6.24.

Top of Page