guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: lld: Update to 13.0.0.


From: guix-commits
Subject: 02/10: gnu: lld: Update to 13.0.0.
Date: Sat, 8 Jan 2022 06:03:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a05e573d60bf64129abf4d4e5f27355c84ebb2ee
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 7 18:11:40 2022 +0100

    gnu: lld: Update to 13.0.0.
    
    * gnu/packages/llvm.scm (lld): Update to 13.0.0.
    [inputs]: Change from LLVM-12 to LLVM-13.
---
 gnu/packages/llvm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 1344c1a46f..f2c1dc18fd 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1122,20 +1122,20 @@ of programming tools as well as libraries with 
equivalent functionality.")
 (define-public lld
   (package
     (name "lld")
-    (version "12.0.1")
+    (version "13.0.0")
     (source (origin
               (method url-fetch)
               (uri (llvm-uri "lld" version))
               (sha256
                (base32
-                "0qg3fgc7wj34hdkqn21y03zcmsdd01szhhm1hfki63iifrm3y2v9"))))
+                "11lkwv4jy35z2f3zcpv7hbbk9v9gpavfvxlif8265zv4rl5r1l90"))))
     (build-system cmake-build-system)
     (native-inputs
      ;; Note: check <https://bugs.llvm.org/show_bug.cgi?id=49228> to see
      ;; whether this is still necessary.
      (list libunwind-headers))
     (inputs
-     (list llvm-12))
+     (list llvm-13))
     (arguments
      `(#:build-type "Release"
        ;; TODO: Tests require the lit tool, which isn't installed by the LLVM



reply via email to

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