GNU bug report logs - #70454
[PATCH] gnu: Add lld-18.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Thu, 18 Apr 2024 12:11:12 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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: Michael Ford <fanquake <at> gmail.com>
Subject: bug#70454: closed (Re: [bug#70454] [PATCH] gnu: Add lld-18.)
Date: Tue, 23 Apr 2024 08:57:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70454: [PATCH] gnu: Add lld-18.

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 70454 <at> debbugs.gnu.org.

-- 
70454: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70454
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 70454-done <at> debbugs.gnu.org
Subject: Re: [bug#70454] [PATCH] gnu: Add lld-18.
Date: Tue, 23 Apr 2024 16:56:13 +0800
[Message part 3 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:

> From 761db947779ae15bf5917188cfc83a28eec83450 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Thu, 18 Apr 2024 13:08:25 +0100
> Subject: [PATCH] gnu: Add lld-18.
>
> * gnu/packages/llvm.scm (lld-18): New variable.
> ---
>  gnu/packages/llvm.scm | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
> index 08ffb017a0..765b1b1a47 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -1643,6 +1643,13 @@ (define-public lld-17
>      (source (llvm-monorepo version))
>      (inputs (list llvm-17))))
>
> +(define-public lld-18
> +  (package
> +    (inherit lld-15)
> +    (version (package-version llvm-18))
> +    (source (llvm-monorepo version))
> +    (inputs (list llvm-18))))
> +
>  (define-public lld lld-14)
>
>  (define* (make-lld-wrapper lld #:key lld-as-ld?)

LGTM, push. see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=17a6d20a42c72d6cf83fc5328be0f43a3fca25fa 
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add lld-18.
Date: Thu, 18 Apr 2024 13:09:14 +0100
From 761db947779ae15bf5917188cfc83a28eec83450 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Thu, 18 Apr 2024 13:08:25 +0100
Subject: [PATCH] gnu: Add lld-18.

* gnu/packages/llvm.scm (lld-18): New variable.
---
 gnu/packages/llvm.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 08ffb017a0..765b1b1a47 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1643,6 +1643,13 @@ (define-public lld-17
     (source (llvm-monorepo version))
     (inputs (list llvm-17))))

+(define-public lld-18
+  (package
+    (inherit lld-15)
+    (version (package-version llvm-18))
+    (source (llvm-monorepo version))
+    (inputs (list llvm-18))))
+
 (define-public lld lld-14)

 (define* (make-lld-wrapper lld #:key lld-as-ld?)
-- 
2.44.0



This bug report was last modified 1 year and 88 days ago.

Previous Next


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