GNU bug report logs -
#55291
[PATCH] gnu: LLVM, Clang: Update to 14.0.3.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 6 May 2022 18:38: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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 May 2022 12:27:42 +0200
with message-id <87mtfrq9up.fsf <at> gnu.org>
and subject line Re: bug#55291: [PATCH] gnu: LLVM, Clang: Update to 14.0.3.
has caused the debbugs.gnu.org bug report #55291,
regarding [PATCH] gnu: LLVM, Clang: Update to 14.0.3.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
55291: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55291
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
From 4b7f948af2bf096251e668bbeca1c5de5d443bd0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Fri, 29 Apr 2022 20:27:44 +0000
Subject: [PATCH] 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.
---
gnu/packages/llvm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 8348638614..0fc2a8e380 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -527,10 +527,10 @@ (define (make-clang-toolchain clang)
("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 @@ (define (llvm-monorepo version)
(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 @@ (define-public libunwind-headers
(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
--
2.36.0
[Message part 4 (text/html, inline)]
[0001-gnu-LLVM-Clang-Update-to-14.0.3.patch (text/x-patch, attachment)]
[Message part 6 (message/rfc822, inline)]
Hi,
Greg Hogan <code <at> greghogan.com> skribis:
>>From 4b7f948af2bf096251e668bbeca1c5de5d443bd0 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Fri, 29 Apr 2022 20:27:44 +0000
> Subject: [PATCH] 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.
Applied, thanks!
Ludo’.
This bug report was last modified 3 years and 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.