mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: LLVM, Clang, libomp, lld: Update to 20.1.4.
* gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20, libomp-20, lld-20): Update to 20.1.4. Change-Id: I3d0561b2e8e76de20828d75b4ebe985abb7755f1 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
9388bb1d09
commit
cc008bdad2
1 changed files with 4 additions and 4 deletions
|
|
@ -570,7 +570,7 @@ output), and Binutils.")
|
|||
("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
|
||||
("18.1.8" . "1l9wm0g9jrpdf309kxjx7xrzf13h81kz8bbp0md14nrz38qll9la")
|
||||
("19.1.7" . "18hkfhsm88bh3vnj21q7f118vrcnf7z6q1ylnwbknyb3yvk0343i")
|
||||
("20.1.3" . "039cg9xy55pb5x7zxcwng7lp7hpmryddhfwv321kz5214k97vsdh")))
|
||||
("20.1.4" . "19s1l5l2wc2dglhjgkvpcn2dvbv8fgx32v2mq83paxl3dnl2cspx")))
|
||||
|
||||
(define %llvm-patches
|
||||
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"
|
||||
|
|
@ -586,7 +586,7 @@ output), and Binutils.")
|
|||
"clang-17.0-link-dsymutil-latomic.patch"))
|
||||
("19.1.7" . ("clang-18.0-libc-search-path.patch"
|
||||
"clang-17.0-link-dsymutil-latomic.patch"))
|
||||
("20.1.3" . ("clang-18.0-libc-search-path.patch"
|
||||
("20.1.4" . ("clang-18.0-libc-search-path.patch"
|
||||
"clang-17.0-link-dsymutil-latomic.patch"))))
|
||||
|
||||
(define (llvm-monorepo version)
|
||||
|
|
@ -1610,7 +1610,7 @@ Library.")
|
|||
(make-clang-toolchain clang-19 libomp-19))
|
||||
|
||||
(define-public llvm-20
|
||||
(make-llvm "20.1.3"))
|
||||
(make-llvm "20.1.4"))
|
||||
|
||||
(define-public clang-runtime-20
|
||||
(clang-runtime-from-llvm llvm-20))
|
||||
|
|
@ -1625,7 +1625,7 @@ Library.")
|
|||
(package-version llvm-20)))
|
||||
(sha256
|
||||
(base32
|
||||
"0srv9rz420vv2li697qy7hhs3lfmx9shi79p9s1r59fh14i0yin4")))))
|
||||
"19plx96yhaawd6lj00iy7y5pipsml46264fs27hy6fh350yf27xh")))))
|
||||
|
||||
(define-public libomp-20
|
||||
(package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue