summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid Elsing <david.elsing@posteo.net>2026-02-03 21:33:21 +0100
committerLudovic Courtès <ludo@gnu.org>2026-02-10 23:46:31 +0100
commit7d09e6f8815b6b4c1b2157ef9024026e85c65131 (patch)
treec961cc83749a6d2414e49dc69bde107682ba35f5 /gnu
parente156af4eb5828c19477d8f4736cdb8736c6a50a9 (diff)
gnu: Add lld-wrapper-rocm.
* gnu/packages/llvm.scm (lld-wrapper-rocm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/llvm.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 12018310d56..3e87e5df748 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -2076,6 +2076,11 @@ existing compilers together.")
(define-public lld-rocm (make-lld-rocm lld-20))
+(define-public lld-wrapper-rocm
+ (package
+ (inherit (make-lld-wrapper lld-rocm))
+ (name "lld-wrapper-rocm")))
+
(define-public include-what-you-use