GNU bug report logs -
#56452
[PATCH 0/5] Fix and update LLVM and clang-toolchain.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 8 Jul 2022 15:58:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 56452 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/llvm.scm (llvm-14, clang-14, lld-14): Update to 14.0.6.
(%llvm-monorepo-hashes, %llvm-patches): Adjust accordingly.
---
gnu/packages/llvm.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 6b216ee78c..67ca5ab5ea 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -543,10 +543,10 @@ (define (make-clang-toolchain clang)
("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 @@ (define (llvm-monorepo version)
(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 @@ (define-public clang-14
(package-version llvm-14)))
(sha256
(base32
- "1p9y5fbcw3ynb79nzyadirwdla03bq38k6d9nhv9x8z2q4ypsga4"))))))
+ "0rhq4wkmvr369nkk059skzzw7jx6qhzqhmiwmqg4sp66avzviwvw"))))))
(package
(inherit template)
(arguments
@@ -1206,7 +1206,7 @@ (define-public libunwind-headers
(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
--
2.36.1
This bug report was last modified 2 years and 313 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.