GNU bug report logs -
#70454
[PATCH] gnu: Add lld-18.
Previous Next
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
Message #10 received at 70454-done <at> debbugs.gnu.org (full text, mbox):
[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 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.