mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: LLVM, Clang, libomp, lld: Update to 18.1.4.
* gnu/packages/llvm.scm (llvm-18, clang-18, libomp-18, lld-18): Update to 18.1.4. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
bb398fe6a9
commit
837016fe33
1 changed files with 4 additions and 4 deletions
|
@ -550,7 +550,7 @@ (define %llvm-monorepo-hashes
|
|||
("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
|
||||
("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
|
||||
("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
|
||||
("18.1.2" . "06nfbn8yj8c65q4vamwdiqpxh0dggs6w781swd3285k4af0qwf62")))
|
||||
("18.1.4" . "1kddjysa6qj1qlb88a4m7lqni6922drgb37kj2hnspj9hrph891g")))
|
||||
|
||||
(define %llvm-patches
|
||||
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
|
||||
|
@ -558,7 +558,7 @@ (define %llvm-patches
|
|||
("16.0.6" . ("clang-16.0-libc-search-path.patch"))
|
||||
("17.0.6" . ("clang-17.0-libc-search-path.patch"
|
||||
"clang-17.0-link-dsymutil-latomic.patch"))
|
||||
("18.1.2" . ("clang-18.0-libc-search-path.patch"
|
||||
("18.1.4" . ("clang-18.0-libc-search-path.patch"
|
||||
"clang-17.0-link-dsymutil-latomic.patch"))))
|
||||
|
||||
(define (llvm-monorepo version)
|
||||
|
@ -1454,7 +1454,7 @@ (define-public clang-toolchain-17
|
|||
(define-public llvm-18
|
||||
(package
|
||||
(inherit llvm-15)
|
||||
(version "18.1.2")
|
||||
(version "18.1.4")
|
||||
(source (llvm-monorepo version))))
|
||||
|
||||
(define-public clang-runtime-18
|
||||
|
@ -1470,7 +1470,7 @@ (define-public clang-18
|
|||
(package-version llvm-18)))
|
||||
(sha256
|
||||
(base32
|
||||
"1whpd7szjy6i95gzy9jzf154dgk2jdbsp753sv2dx4lg9a9chkcc")))))
|
||||
"1rrf9x7n3hvzqqijfx8v8kxa2i39jdf7c164my8k6vzr7aa0dj1c")))))
|
||||
|
||||
(define-public libomp-18
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue