all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: Michael Ford <fanquake@gmail.com>
Cc: 70454-done@debbugs.gnu.org
Subject: bug#70454: [PATCH] gnu: Add lld-18.
Date: Tue, 23 Apr 2024 16:56:13 +0800	[thread overview]
Message-ID: <87h6fsjw42.fsf@iscas.ac.cn> (raw)
In-Reply-To: <CAFyhPjWnipRMKiBs9miqHJPX_wni4JkqAWLJYLtAbDnzOKJwPw@mail.gmail.com> (Michael Ford's message of "Thu, 18 Apr 2024 13:09:14 +0100")

[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]

Michael Ford <fanquake@gmail.com> writes:

> From 761db947779ae15bf5917188cfc83a28eec83450 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@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 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-04-23  8:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 12:09 [bug#70454] [PATCH] gnu: Add lld-18 Michael Ford
2024-04-23  8:56 ` Z572 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h6fsjw42.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=70454-done@debbugs.gnu.org \
    --cc=fanquake@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.