gnu: Add lld-18.

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

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
fanquake 2024-04-18 13:08:25 +01:00 committed by Zheng Junjie
parent e5c0ea22e6
commit 17a6d20a42
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -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?)