From cf0289e6be07640d9a559d10eb3199d2159872ee Mon Sep 17 00:00:00 2001 From: David Elsing Date: Tue, 3 Feb 2026 21:33:21 +0100 Subject: [PATCH] gnu: make-clang-rocm: Enable amdclang wrapper. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/llvm.scm (make-clang-rocm)[arguments]: Remove CLANG_ENABLE_AMDCLANG configure flag. Signed-off-by: Ludovic Courtès --- 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