gnu: LLVM, Clang, LLD: Update to 14.0.6.
* gnu/packages/llvm.scm (llvm-14, clang-14, lld-14): Update to 14.0.6. (%llvm-monorepo-hashes, %llvm-patches): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3485984a09
commit
f276ebc348
@ -543,10 +543,10 @@ output), and Binutils.")
|
||||
("libc-static" ,glibc "static")))))
|
||||
|
||||
(define %llvm-monorepo-hashes
|
||||
'(("14.0.5" . "1hdv020x4k5fp38hik3bxz8k2sr3gnyj9iym3yhjhwygzgwgxjh9")))
|
||||
'(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")))
|
||||
|
||||
(define %llvm-patches
|
||||
'(("14.0.5" . ("clang-14.0-libc-search-path.patch"))))
|
||||
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))))
|
||||
|
||||
(define (llvm-monorepo version)
|
||||
(origin
|
||||
@ -561,7 +561,7 @@ output), and Binutils.")
|
||||
(define-public llvm-14
|
||||
(package
|
||||
(name "llvm")
|
||||
(version "14.0.5")
|
||||
(version "14.0.6")
|
||||
(source (llvm-monorepo version))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "opt-viewer"))
|
||||
@ -649,7 +649,7 @@ of programming tools as well as libraries with equivalent functionality.")
|
||||
(package-version llvm-14)))
|
||||
(sha256
|
||||
(base32
|
||||
"1p9y5fbcw3ynb79nzyadirwdla03bq38k6d9nhv9x8z2q4ypsga4"))))))
|
||||
"0rhq4wkmvr369nkk059skzzw7jx6qhzqhmiwmqg4sp66avzviwvw"))))))
|
||||
(package
|
||||
(inherit template)
|
||||
(arguments
|
||||
@ -1206,7 +1206,7 @@ of programming tools as well as libraries with equivalent functionality.")
|
||||
(define-public lld-14
|
||||
(package
|
||||
(name "lld")
|
||||
(version "14.0.5")
|
||||
(version "14.0.6")
|
||||
(source (llvm-monorepo version))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user