me
/
guix
Archived
1
0
Fork 0

gnu: LLVM, Clang: Update to 14.0.3.

* gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-14,
  lld-14): Update to 14.0.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2022-04-29 20:27:44 +00:00 committed by Ludovic Courtès
parent fda20f14f0
commit 998eda3067
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 4 deletions

View File

@ -527,10 +527,10 @@ output), and Binutils.")
("libc-static" ,glibc "static")))))
(define %llvm-monorepo-hashes
'(("14.0.0" . "1ixqzjzq4ad3mv1w44gwcg1shy34c2b3i9ja71vx1wa7l2ms2376")))
'(("14.0.3" . "0makhpbrg46m2gi8wyp5h21ln4mgilahh3clk4d1b2ln2ck3v7m8")))
(define %llvm-patches
'(("14.0.0" . ("clang-14.0-libc-search-path.patch"))))
'(("14.0.3" . ("clang-14.0-libc-search-path.patch"))))
(define (llvm-monorepo version)
(origin
@ -545,7 +545,7 @@ output), and Binutils.")
(define-public llvm-14
(package
(name "llvm")
(version "14.0.0")
(version "14.0.3")
(source (llvm-monorepo version))
(build-system cmake-build-system)
(outputs '("out" "opt-viewer"))
@ -1153,7 +1153,7 @@ of programming tools as well as libraries with equivalent functionality.")
(define-public lld-14
(package
(name "lld")
(version "14.0.0")
(version "14.0.3")
(source (llvm-monorepo version))
(build-system cmake-build-system)
(inputs