1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <ludo@gnu.org>
This commit is contained in:
David Elsing
2026-02-03 21:33:21 +01:00
committed by Ludovic Courtès
parent 913ff87b70
commit cf0289e6be

View File

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