From: Michael Ford <fanquake@gmail.com>
To: 67625@debbugs.gnu.org
Subject: [bug#67625] Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.6.
Date: Mon, 4 Dec 2023 16:20:15 +0000 [thread overview]
Message-ID: <CAFyhPjVzwkgvXak+heojx48J-q9YhorAd5rgtHiPBkCE+wYvcg@mail.gmail.com> (raw)
From 52ca0b1749fcb845f8015a33364beae489c08bf4 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 4 Dec 2023 14:07:15 +0000
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.6.
* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17):
Update to 17.0.6.
---
gnu/packages/llvm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 56e2279f69..610020b5c5 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -603,13 +603,13 @@ (define %llvm-monorepo-hashes
'(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
- ("17.0.5" . "149flpr96vcn7a1ckya6mm93m9yp85l47w156fjd0r99ydxrw5kv")))
+ ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")))
(define %llvm-patches
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
("15.0.7" . ("clang-15.0-libc-search-path.patch"))
("16.0.6" . ("clang-16.0-libc-search-path.patch"))
- ("17.0.5" . ("clang-17.0-libc-search-path.patch"))))
+ ("17.0.6" . ("clang-17.0-libc-search-path.patch"))))
(define (llvm-monorepo version)
(origin
@@ -1502,7 +1502,7 @@ (define-public clang-toolchain-16
(define-public llvm-17
(package
(inherit llvm-15)
- (version "17.0.5")
+ (version "17.0.6")
(source (llvm-monorepo version))))
(define-public clang-runtime-17
--
2.43.0
next reply other threads:[~2023-12-04 16:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-04 16:20 Michael Ford [this message]
2023-12-04 18:41 ` [bug#67625] Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.6 Greg Hogan
2023-12-05 10:49 ` Michael Ford
2023-12-10 4:18 ` bug#67625: " Hilton Chain via Guix-patches via
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFyhPjVzwkgvXak+heojx48J-q9YhorAd5rgtHiPBkCE+wYvcg@mail.gmail.com \
--to=fanquake@gmail.com \
--cc=67625@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.