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>

To reply to this bug, email your comments to 70454 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#70454; Package guix-patches. (Thu, 18 Apr 2024 12:11:15 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Ford <fanquake <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 18 Apr 2024 12:11:16 GMT) Full text and rfc822 format available.

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

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




Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Tue, 23 Apr 2024 08:57:03 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Tue, 23 Apr 2024 08:57:03 GMT) Full text and rfc822 format available.

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

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 1 (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)]

This bug report was last modified 11 days ago.

Previous Next


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