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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 78268 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [bug#78268] [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





This bug report was last modified 6 days ago.

Previous Next


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