mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: mlir: Install mlir-tblgen
Change-Id: I83d4566e0b861f14d023c1991fbae95c7c552d88 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
fb55dd4304
commit
ad921ab585
@@ -1631,7 +1631,11 @@ requirements according to version 1.1 of the OpenCL specification.")
|
||||
#:configure-flags
|
||||
#~(list "-DMLIR_BUILD_MLIR_C_DYLIB=ON"
|
||||
"-DLLVM_BUILD_LLVM_DYLIB=ON"
|
||||
"-DLLVM_LINK_LLVM_DYLIB=ON")
|
||||
"-DLLVM_LINK_LLVM_DYLIB=ON"
|
||||
;; The two following options install mlir-tblgen (which is
|
||||
;; used by some dependent projects such as flang).
|
||||
"-DLLVM_INSTALL_TOOLCHAIN_ONLY=OFF"
|
||||
"-DLLVM_BUILD_UTILS=ON")
|
||||
#:tests? #f ; Tests require gtest
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'change-directory
|
||||
|
||||
Reference in New Issue
Block a user