guix: update clang to 22.1.8

This commit is contained in:
tobtoht
2026-06-24 20:37:16 +02:00
parent 384277158f
commit 42bce304e1
+4 -4
View File
@@ -284,7 +284,7 @@ chain for " target " development."))
xz ; used to unpack freebsd_base
gcc-toolchain-15
(list gcc-toolchain-15 "static")
clang-toolchain-21
clang-toolchain-22
binutils))
((string-contains target "android")
(list
@@ -294,7 +294,7 @@ chain for " target " development."))
((string-contains target "darwin")
(list
gcc-toolchain-15
clang-toolchain-21
lld-21
(make-lld-wrapper lld-21 #:lld-as-ld? #t)))
clang-toolchain-22
lld-22
(make-lld-wrapper lld-22 #:lld-as-ld? #t)))
(else '())))))