unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 55291@debbugs.gnu.org
Subject: [bug#55291] [PATCH] gnu: LLVM, Clang: Update to 14.0.3.
Date: Fri, 6 May 2022 14:37:17 -0400	[thread overview]
Message-ID: <CA+3U0Zmrst3Y7xwAJoWboS7FL44GTiKnw-ax6WJj4_yNmdhA2A@mail.gmail.com> (raw)


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


             reply	other threads:[~2022-05-06 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-06 18:37 Greg Hogan [this message]
2022-05-09 10:27 ` bug#55291: [PATCH] gnu: LLVM, Clang: Update to 14.0.3 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+3U0Zmrst3Y7xwAJoWboS7FL44GTiKnw-ax6WJj4_yNmdhA2A@mail.gmail.com \
    --to=code@greghogan.com \
    --cc=55291@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).