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

Previous Next

Package: guix-patches;

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

Date: Fri, 18 Apr 2025 16:47:03 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77904 in the body.
You can then email your comments to 77904 AT debbugs.gnu.org in the normal way.

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#77904; Package guix-patches. (Fri, 18 Apr 2025 16:47:04 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. (Fri, 18 Apr 2025 16:47:04 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.3.
Date: Fri, 18 Apr 2025 16:45:35 +0000
* gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20,
libomp-20, lld-20): Update to 20.1.3.

Change-Id: Ibec9257a662154ac82e3c41110a16df695ddac5b
---
 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 c0b2eec3ca..e837a752f3 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -569,7 +569,7 @@ (define %llvm-monorepo-hashes
     ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
     ("18.1.8" . "1l9wm0g9jrpdf309kxjx7xrzf13h81kz8bbp0md14nrz38qll9la")
     ("19.1.7" . "18hkfhsm88bh3vnj21q7f118vrcnf7z6q1ylnwbknyb3yvk0343i")
-    ("20.1.2" . "1mlf17gv8yk806hvxs12n5cq1239sbwvdwbhx61rm9r4qy3hjzdp")))
+    ("20.1.3" . "039cg9xy55pb5x7zxcwng7lp7hpmryddhfwv321kz5214k97vsdh")))
 
 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"
@@ -585,7 +585,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.2" . ("clang-18.0-libc-search-path.patch"
+    ("20.1.3" . ("clang-18.0-libc-search-path.patch"
                  "clang-17.0-link-dsymutil-latomic.patch"))))
 
 (define (llvm-monorepo version)
@@ -1609,7 +1609,7 @@ (define-public clang-toolchain-19
   (make-clang-toolchain clang-19 libomp-19))
 
 (define-public llvm-20
-  (make-llvm "20.1.2"))
+  (make-llvm "20.1.3"))
 
 (define-public clang-runtime-20
   (clang-runtime-from-llvm llvm-20))
@@ -1624,7 +1624,7 @@ (define-public clang-20
                     (package-version llvm-20)))
      (sha256
       (base32
-       "09daddfr2jv3ni7vglngx4z3dms22lwyswsky5iziyysp02wwzvc")))))
+       "0srv9rz420vv2li697qy7hhs3lfmx9shi79p9s1r59fh14i0yin4")))))
 
 (define-public libomp-20
   (package

base-commit: ffc8a07ba45503014cc0647c5dd0613829999f98
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77904; Package guix-patches. (Wed, 23 Apr 2025 10:33:06 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 77904 <at> debbugs.gnu.org
Subject: Re: [bug#77904] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to
 20.1.3.
Date: Wed, 23 Apr 2025 12:15:32 +0200
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.3.
>
> Change-Id: Ibec9257a662154ac82e3c41110a16df695ddac5b

QA has a hard time catching up.  If there’s no feedback in the coming
days and it works for you, I think you can go ahead and push it.

Ludo’.




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 28 Apr 2025 07:26:03 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Mon, 28 Apr 2025 07:26:04 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 77904-done <at> debbugs.gnu.org
Subject: Re: [bug#77904] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to
 20.1.3.
Date: Mon, 28 Apr 2025 08:25:52 +0100
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:

> 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.3.
>>
>> Change-Id: Ibec9257a662154ac82e3c41110a16df695ddac5b
>
> QA has a hard time catching up.  If there’s no feedback in the coming
> days and it works for you, I think you can go ahead and push it.

Looks like there's just the i686-linux builds to go now, everything else
looks good so I've gone ahead and pushed this to master as
c3ef65cd0b989d89ef77eb518c422a4dbca663ca.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 May 2025 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 18 days ago.

Previous Next


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