unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 59342@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#59342] [PATCH 1/3] gnu: LLVM, Clang, libomp, lld: Update to 15.0.5.
Date: Thu, 17 Nov 2022 20:06:38 +0000	[thread overview]
Message-ID: <7b9ae79e73a07ade1ee2d7f48f55128f0b43c093.1668714905.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1668714905.git.code@greghogan.com>

* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15):
Update to 15.0.5.
(lld)[version]: Use version from LLVM-15.
(%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 de19b40343..020c9bb302 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -563,11 +563,11 @@ (define (make-clang-toolchain clang libomp)
 
 (define %llvm-monorepo-hashes
   '(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
-    ("15.0.4" . "0j5kx4s970qzcjr83kk6776zzjqfshl61x9fagqz8kjxcjbpg8cj")))
+    ("15.0.5" . "1z2szqlanksdmj91590wnxqav5z437mpasg00ghb610xkam2v34m")))
 
 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
-    ("15.0.4" . ("clang-15.0-libc-search-path.patch"))))
+    ("15.0.5" . ("clang-15.0-libc-search-path.patch"))))
 
 (define (llvm-monorepo version)
   (origin
@@ -583,7 +583,7 @@ (define (llvm-monorepo version)
 (define-public llvm-15
   (package
     (name "llvm")
-    (version "15.0.4")
+    (version "15.0.5")
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (outputs '("out" "opt-viewer"))
@@ -740,7 +740,7 @@ (define-public clang-15
                     (package-version llvm-15)))
      (sha256
       (base32
-       "03adxlh84if9p53m6izjsql500rjza9rng8akab2pdqibgrg73rh")))))
+       "0sa6si9v7ddsa9vmg6s3918xx969rvck2v1a0g7hb0fp9jk9j4r1")))))
 
 (define-public clang-14
   (clang-from-llvm
@@ -1522,7 +1522,7 @@ (define-public libunwind-headers
 (define-public lld-15
   (package
     (name "lld")
-    (version "15.0.4")
+    (version (package-version llvm-15))
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (inputs
-- 
2.38.1





  reply	other threads:[~2022-11-17 20:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-17 20:03 [bug#59342] [PATCH 0/3] Update lldb Greg Hogan
2022-11-17 20:06 ` Greg Hogan [this message]
2022-11-17 20:06 ` [bug#59342] [PATCH 2/3] gnu: lldb: Update to 15.0.5 Greg Hogan
2022-11-19 13:34   ` Christopher Baines
2022-11-21 14:35     ` Greg Hogan
2022-11-22  9:39       ` Christopher Baines
2022-11-17 20:06 ` [bug#59342] [PATCH 3/3] gnu: libcxx: " Greg Hogan

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=7b9ae79e73a07ade1ee2d7f48f55128f0b43c093.1668714905.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=59342@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).