mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: LLVM, Clang, libomp, lld: Update to 15.0.7.
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15): Update to 15.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ecebf5924c
commit
7696206ce8
1 changed files with 4 additions and 4 deletions
|
@ -562,11 +562,11 @@ (define (make-clang-toolchain clang libomp)
|
|||
|
||||
(define %llvm-monorepo-hashes
|
||||
'(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
|
||||
("15.0.6" . "13vj0q6if5095a3awq8d97l17qdsc7fks6avkai9k80kl0kzxpv6")))
|
||||
("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")))
|
||||
|
||||
(define %llvm-patches
|
||||
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
|
||||
("15.0.6" . ("clang-15.0-libc-search-path.patch"))))
|
||||
("15.0.7" . ("clang-15.0-libc-search-path.patch"))))
|
||||
|
||||
(define (llvm-monorepo version)
|
||||
(origin
|
||||
|
@ -582,7 +582,7 @@ (define (llvm-monorepo version)
|
|||
(define-public llvm-15
|
||||
(package
|
||||
(name "llvm")
|
||||
(version "15.0.6")
|
||||
(version "15.0.7")
|
||||
(source (llvm-monorepo version))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "opt-viewer"))
|
||||
|
@ -739,7 +739,7 @@ (define-public clang-15
|
|||
(package-version llvm-15)))
|
||||
(sha256
|
||||
(base32
|
||||
"099v2yqg11h0h8qqddzkny6b77pafcr7vy5ksc33kqggji173ccj")))))
|
||||
"1lagnspm5limxh1cp5jlixnzlhf09905d4rqra1kpgj6dps2x6l0")))))
|
||||
|
||||
(define-public clang-14
|
||||
(clang-from-llvm
|
||||
|
|
Loading…
Reference in a new issue