gnu: LLVM, Clang, libomp, lld: Update to 15.0.5.
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15): Update to 15.0.5. (lld)[version]: Use version from LLVM-15. (%llvm-monorepo-hashes, %llvm-patches): Adjust accordingly. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
eda5e9aaaf
commit
15b08918e9
1 changed files with 5 additions and 5 deletions
|
@ -563,11 +563,11 @@ output), and Binutils.")
|
|||
|
||||
(define %llvm-monorepo-hashes
|
||||
'(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
|
||||
("15.0.4" . "0j5kx4s970qzcjr83kk6776zzjqfshl61x9fagqz8kjxcjbpg8cj")))
|
||||
("15.0.5" . "1z2szqlanksdmj91590wnxqav5z437mpasg00ghb610xkam2v34m")))
|
||||
|
||||
(define %llvm-patches
|
||||
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
|
||||
("15.0.4" . ("clang-15.0-libc-search-path.patch"))))
|
||||
("15.0.5" . ("clang-15.0-libc-search-path.patch"))))
|
||||
|
||||
(define (llvm-monorepo version)
|
||||
(origin
|
||||
|
@ -583,7 +583,7 @@ output), and Binutils.")
|
|||
(define-public llvm-15
|
||||
(package
|
||||
(name "llvm")
|
||||
(version "15.0.4")
|
||||
(version "15.0.5")
|
||||
(source (llvm-monorepo version))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "opt-viewer"))
|
||||
|
@ -740,7 +740,7 @@ of programming tools as well as libraries with equivalent functionality.")
|
|||
(package-version llvm-15)))
|
||||
(sha256
|
||||
(base32
|
||||
"03adxlh84if9p53m6izjsql500rjza9rng8akab2pdqibgrg73rh")))))
|
||||
"0sa6si9v7ddsa9vmg6s3918xx969rvck2v1a0g7hb0fp9jk9j4r1")))))
|
||||
|
||||
(define-public clang-14
|
||||
(clang-from-llvm
|
||||
|
@ -1522,7 +1522,7 @@ Library.")
|
|||
(define-public lld-15
|
||||
(package
|
||||
(name "lld")
|
||||
(version "15.0.4")
|
||||
(version (package-version llvm-15))
|
||||
(source (llvm-monorepo version))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
|
|
Reference in a new issue