guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: Add lld-18.


From: guix-commits
Subject: 01/05: gnu: Add lld-18.
Date: Tue, 23 Apr 2024 04:52:35 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 17a6d20a42c72d6cf83fc5328be0f43a3fca25fa
Author: fanquake <fanquake@gmail.com>
AuthorDate: Thu Apr 18 13:08:25 2024 +0100

    gnu: Add lld-18.
    
    * gnu/packages/llvm.scm (lld-18): New variable.
    
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 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 @@ components which highly leverage existing libraries in 
the larger LLVM Project."
     (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?)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]