unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 70454@debbugs.gnu.org
Subject: [bug#70454] [PATCH] gnu: Add lld-18.
Date: Thu, 18 Apr 2024 13:09:14 +0100	[thread overview]
Message-ID: <CAFyhPjWnipRMKiBs9miqHJPX_wni4JkqAWLJYLtAbDnzOKJwPw@mail.gmail.com> (raw)

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




             reply	other threads:[~2024-04-18 12:11 UTC|newest]

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

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=CAFyhPjWnipRMKiBs9miqHJPX_wni4JkqAWLJYLtAbDnzOKJwPw@mail.gmail.com \
    --to=fanquake@gmail.com \
    --cc=70454@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 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).