mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
guix: update clang to 21.1.8
This commit is contained in:
@@ -284,7 +284,7 @@ chain for " target " development."))
|
||||
xz ; used to unpack freebsd_base
|
||||
gcc-toolchain-14
|
||||
(list gcc-toolchain-14 "static")
|
||||
clang-toolchain-19
|
||||
clang-toolchain-21
|
||||
binutils))
|
||||
((string-contains target "android")
|
||||
(list
|
||||
@@ -294,7 +294,7 @@ chain for " target " development."))
|
||||
((string-contains target "darwin")
|
||||
(list
|
||||
gcc-toolchain-14
|
||||
clang-toolchain-19
|
||||
lld-19
|
||||
(make-lld-wrapper lld-19 #:lld-as-ld? #t)))
|
||||
clang-toolchain-21
|
||||
lld-21
|
||||
(make-lld-wrapper lld-21 #:lld-as-ld? #t)))
|
||||
(else '())))))
|
||||
|
||||
Reference in New Issue
Block a user