guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cf0289e6be07640d9a559d10eb3199d2159872ee
Author: David Elsing <[email protected]>
AuthorDate: Tue Feb 3 21:33:21 2026 +0100
gnu: make-clang-rocm: Enable amdclang wrapper.
* gnu/packages/llvm.scm (make-clang-rocm)[arguments]: Remove
CLANG_ENABLE_AMDCLANG configure flag.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/llvm.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 3f08d073bb..03f0c20c73 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1477,9 +1477,7 @@ This AMD fork includes AMD-specific additions."))))
;; TODO: test this on llvm-rocm.
(string-append
"-DLLVM_EXTERNAL_LIT="
- (search-input-file %build-inputs "bin/.lit-real"))
- ;; Disable clang wrapper which depends on lld as well.
- "-DCLANG_ENABLE_AMDCLANG=OFF")))
+ (search-input-file %build-inputs "bin/.lit-real")))))
((#:phases phases '%standard-phases)
#~(modify-phases #$phases
(replace 'check