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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#77904: closed (Re: [bug#77904] [PATCH] gnu: LLVM, Clang,
 libomp, lld: Update to 20.1.3.)
Date: Mon, 28 Apr 2025 07:26:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77904: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 20.1.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77904 <at> debbugs.gnu.org.

-- 
77904: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77904
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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




This bug report was last modified 19 days ago.

Previous Next


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