me
/
guix
Archived
1
0
Fork 0

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>
master
Greg Hogan 2022-07-08 15:58:51 +00:00 committed by Ludovic Courtès
parent 3485984a09
commit f276ebc348
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 5 deletions

View File

@ -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