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
commitcf0289e6be07640d9a559d10eb3199d2159872ee (patch)
tree1777826e1b1fdb3722e66fb5cdae4e098ce4cb2f /gnu
parent913ff87b70356378bd8f2d7be0bfc25fbdd671b8 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/llvm.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 3f08d073bb2..03f0c20c73f 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