unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55291] [PATCH] gnu: LLVM, Clang: Update to 14.0.3.
@ 2022-05-06 18:37 Greg Hogan
  2022-05-09 10:27 ` bug#55291: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-05-06 18:37 UTC (permalink / raw)
  To: 55291


[-- Attachment #1.1: Type: text/plain, Size: 1546 bytes --]

From 4b7f948af2bf096251e668bbeca1c5de5d443bd0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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

[-- Attachment #1.2: Type: text/html, Size: 2034 bytes --]

[-- Attachment #2: 0001-gnu-LLVM-Clang-Update-to-14.0.3.patch --]
[-- Type: text/x-patch, Size: 1550 bytes --]

From 4b7f948af2bf096251e668bbeca1c5de5d443bd0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55291: [PATCH] gnu: LLVM, Clang: Update to 14.0.3.
  2022-05-06 18:37 [bug#55291] [PATCH] gnu: LLVM, Clang: Update to 14.0.3 Greg Hogan
@ 2022-05-09 10:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-09 10:27 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 55291-done

Hi,

Greg Hogan <code@greghogan.com> skribis:

>>From 4b7f948af2bf096251e668bbeca1c5de5d443bd0 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-09 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 18:37 [bug#55291] [PATCH] gnu: LLVM, Clang: Update to 14.0.3 Greg Hogan
2022-05-09 10:27 ` bug#55291: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).