all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dan <i@dan.games>
To: 74380@debbugs.gnu.org
Cc: dan <i@dan.games>
Subject: [bug#74380] [PATCH 2/2] gnu: Add lld-19.
Date: Sat, 16 Nov 2024 17:16:06 +0800	[thread overview]
Message-ID: <20b0e0012901fba013f430e51998af01a1b96d5a.1731748323.git.i@dan.games> (raw)
In-Reply-To: <b620433da77697aea65c16a44ba59054ded0490d.1731748323.git.i@dan.games>

* gnu/packages/llvm.scm (lld-19): New variable.

Change-Id: I8d24e762fc7837f5d3ade91801c3ffc0a5cb84a9
---
 gnu/packages/llvm.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 1b3fd27dd6..112215663f 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1756,6 +1756,13 @@ (define-public lld-18
     (source (llvm-monorepo version))
     (inputs (list llvm-18))))
 
+(define-public lld-19
+  (package
+    (inherit lld-15)
+    (version (package-version llvm-19))
+    (source (llvm-monorepo version))
+    (inputs (list llvm-19))))
+
 (define-public lld lld-14)
 
 (define* (make-lld-wrapper lld #:key lld-as-ld?)
-- 
2.46.0





      reply	other threads:[~2024-11-16  9:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-16  9:13 [bug#74380] [PATCH 1/2] gnu: Add llvm-19 dan
2024-11-16  9:16 ` dan [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=20b0e0012901fba013f430e51998af01a1b96d5a.1731748323.git.i@dan.games \
    --to=i@dan.games \
    --cc=74380@debbugs.gnu.org \
    /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.