mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add clang-rocm-toolchain.
* gnu/packages/llvm.scm (clang-rocm-toolchain): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
a928423142
commit
838a5a46ce
@@ -2118,6 +2118,9 @@ existing compilers together.")
|
||||
(replace "clang" clang-rocm)
|
||||
(replace "llvm" llvm-rocm)))))
|
||||
|
||||
(define-public clang-rocm-toolchain
|
||||
(make-clang-toolchain clang-rocm libomp-rocm))
|
||||
|
||||
|
||||
|
||||
(define-public include-what-you-use
|
||||
|
||||
Reference in New Issue
Block a user