GNU bug report logs - #78268
[PATCH] gnu: LLVM, Clang, libomp, lld: Update to 20.1.4.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Mon, 5 May 2025 18:46:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

To reply to this bug, email your comments to 78268 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78268; Package guix-patches. (Mon, 05 May 2025 18:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 05 May 2025 18:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 20.1.4.
Date: Mon,  5 May 2025 18:45:13 +0000
* gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20,
libomp-20, lld-20): Update to 20.1.4.

Change-Id: I3d0561b2e8e76de20828d75b4ebe985abb7755f1
---
 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 ecfffd4b95..edbbfafb75 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -570,7 +570,7 @@ (define %llvm-monorepo-hashes
     ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
     ("18.1.8" . "1l9wm0g9jrpdf309kxjx7xrzf13h81kz8bbp0md14nrz38qll9la")
     ("19.1.7" . "18hkfhsm88bh3vnj21q7f118vrcnf7z6q1ylnwbknyb3yvk0343i")
-    ("20.1.3" . "039cg9xy55pb5x7zxcwng7lp7hpmryddhfwv321kz5214k97vsdh")))
+    ("20.1.4" . "19s1l5l2wc2dglhjgkvpcn2dvbv8fgx32v2mq83paxl3dnl2cspx")))
 
 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"
@@ -586,7 +586,7 @@ (define %llvm-patches
                  "clang-17.0-link-dsymutil-latomic.patch"))
     ("19.1.7" . ("clang-18.0-libc-search-path.patch"
                  "clang-17.0-link-dsymutil-latomic.patch"))
-    ("20.1.3" . ("clang-18.0-libc-search-path.patch"
+    ("20.1.4" . ("clang-18.0-libc-search-path.patch"
                  "clang-17.0-link-dsymutil-latomic.patch"))))
 
 (define (llvm-monorepo version)
@@ -1610,7 +1610,7 @@ (define-public clang-toolchain-19
   (make-clang-toolchain clang-19 libomp-19))
 
 (define-public llvm-20
-  (make-llvm "20.1.3"))
+  (make-llvm "20.1.4"))
 
 (define-public clang-runtime-20
   (clang-runtime-from-llvm llvm-20))
@@ -1625,7 +1625,7 @@ (define-public clang-20
                     (package-version llvm-20)))
      (sha256
       (base32
-       "0srv9rz420vv2li697qy7hhs3lfmx9shi79p9s1r59fh14i0yin4")))))
+       "19plx96yhaawd6lj00iy7y5pipsml46264fs27hy6fh350yf27xh")))))
 
 (define-public libomp-20
   (package

base-commit: 90f0f8713da9cf0dc0bb5c93446a4eba11075352
-- 
2.49.0





Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Fri, 09 May 2025 17:29:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Fri, 09 May 2025 17:29:02 GMT) Full text and rfc822 format available.

Message #10 received at 78268-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Greg Hogan <code <at> greghogan.com>
Cc: 78268-done <at> debbugs.gnu.org
Subject: Re: [bug#78268] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to
 20.1.4.
Date: Sat, 10 May 2025 01:28:32 +0800
[Message part 1 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20,
> libomp-20, lld-20): Update to 20.1.4.
>
> Change-Id: I3d0561b2e8e76de20828d75b4ebe985abb7755f1
> ---
>  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 ecfffd4b95..edbbfafb75 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -570,7 +570,7 @@ (define %llvm-monorepo-hashes
>      ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
>      ("18.1.8" . "1l9wm0g9jrpdf309kxjx7xrzf13h81kz8bbp0md14nrz38qll9la")
>      ("19.1.7" . "18hkfhsm88bh3vnj21q7f118vrcnf7z6q1ylnwbknyb3yvk0343i")
> -    ("20.1.3" . "039cg9xy55pb5x7zxcwng7lp7hpmryddhfwv321kz5214k97vsdh")))
> +    ("20.1.4" . "19s1l5l2wc2dglhjgkvpcn2dvbv8fgx32v2mq83paxl3dnl2cspx")))
>  
>  (define %llvm-patches
>    '(("14.0.6" . ("clang-14.0-libc-search-path.patch"
> @@ -586,7 +586,7 @@ (define %llvm-patches
>                   "clang-17.0-link-dsymutil-latomic.patch"))
>      ("19.1.7" . ("clang-18.0-libc-search-path.patch"
>                   "clang-17.0-link-dsymutil-latomic.patch"))
> -    ("20.1.3" . ("clang-18.0-libc-search-path.patch"
> +    ("20.1.4" . ("clang-18.0-libc-search-path.patch"
>                   "clang-17.0-link-dsymutil-latomic.patch"))))
>  
>  (define (llvm-monorepo version)
> @@ -1610,7 +1610,7 @@ (define-public clang-toolchain-19
>    (make-clang-toolchain clang-19 libomp-19))
>  
>  (define-public llvm-20
> -  (make-llvm "20.1.3"))
> +  (make-llvm "20.1.4"))
>  
>  (define-public clang-runtime-20
>    (clang-runtime-from-llvm llvm-20))
> @@ -1625,7 +1625,7 @@ (define-public clang-20
>                      (package-version llvm-20)))
>       (sha256
>        (base32
> -       "0srv9rz420vv2li697qy7hhs3lfmx9shi79p9s1r59fh14i0yin4")))))
> +       "19plx96yhaawd6lj00iy7y5pipsml46264fs27hy6fh350yf27xh")))))
>  
>  (define-public libomp-20
>    (package
>
> base-commit: 90f0f8713da9cf0dc0bb5c93446a4eba11075352
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.