1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

gnu: Add lld-17.

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

Change-Id: Idbb84efc1c749179dfdb874390bfc1caf4e753d3
This commit is contained in:
Hilton Chain
2023-10-23 20:43:58 +08:00
committed by Efraim Flashner
parent 80c5cf9554
commit 0527b542c9
+7
View File
@@ -1682,6 +1682,13 @@ components which highly leverage existing libraries in the larger LLVM Project."
(source (llvm-monorepo version))
(inputs (list llvm-16))))
(define-public lld-17
(package
(inherit lld-15)
(version (package-version llvm-17))
(source (llvm-monorepo version))
(inputs (list llvm-17))))
(define-public lld lld-14)
(define* (make-lld-wrapper lld #:key lld-as-ld?)