all messages for Guix-related lists mirrored at yhetil.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

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 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.