GNU bug report logs - #55291
[PATCH] gnu: LLVM, Clang: Update to 14.0.3.

Previous Next

Package: guix-patches;

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

Date: Fri, 6 May 2022 18:38:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: 55291 <at> debbugs.gnu.org
Subject: [bug#55291] [PATCH] gnu: LLVM, Clang: Update to 14.0.3.
Date: Fri, 6 May 2022 14:37:17 -0400
[Message part 1 (text/plain, inline)]
From 4b7f948af2bf096251e668bbeca1c5de5d443bd0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Fri, 29 Apr 2022 20:27:44 +0000
Subject: [PATCH] gnu: LLVM, Clang: Update to 14.0.3.

* gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-14,
  lld-14): Update to 14.0.3.
---
 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 8348638614..0fc2a8e380 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -527,10 +527,10 @@ (define (make-clang-toolchain clang)
               ("libc-static" ,glibc "static")))))

 (define %llvm-monorepo-hashes
-  '(("14.0.0" . "1ixqzjzq4ad3mv1w44gwcg1shy34c2b3i9ja71vx1wa7l2ms2376")))
+  '(("14.0.3" . "0makhpbrg46m2gi8wyp5h21ln4mgilahh3clk4d1b2ln2ck3v7m8")))

 (define %llvm-patches
-  '(("14.0.0" . ("clang-14.0-libc-search-path.patch"))))
+  '(("14.0.3" . ("clang-14.0-libc-search-path.patch"))))

 (define (llvm-monorepo version)
   (origin
@@ -545,7 +545,7 @@ (define (llvm-monorepo version)
 (define-public llvm-14
   (package
     (name "llvm")
-    (version "14.0.0")
+    (version "14.0.3")
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (outputs '("out" "opt-viewer"))
@@ -1153,7 +1153,7 @@ (define-public libunwind-headers
 (define-public lld-14
   (package
     (name "lld")
-    (version "14.0.0")
+    (version "14.0.3")
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (inputs
-- 
2.36.0
[Message part 2 (text/html, inline)]
[0001-gnu-LLVM-Clang-Update-to-14.0.3.patch (text/x-patch, attachment)]

This bug report was last modified 3 years and 15 days ago.

Previous Next


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