unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70454] [PATCH] gnu: Add lld-18.
@ 2024-04-18 12:09 Michael Ford
  2024-04-23  8:56 ` bug#70454: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-04-18 12:09 UTC (permalink / raw)
  To: 70454

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?)
-- 
2.44.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70454: [PATCH] gnu: Add lld-18.
  2024-04-18 12:09 [bug#70454] [PATCH] gnu: Add lld-18 Michael Ford
@ 2024-04-23  8:56 ` Z572
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-04-23  8:56 UTC (permalink / raw)
  To: Michael Ford; +Cc: 70454-done

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-23  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 12:09 [bug#70454] [PATCH] gnu: Add lld-18 Michael Ford
2024-04-23  8:56 ` bug#70454: " Z572

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).