[Mlir-commits] [mlir] Reapply "[mlir] NFC: fix dependence of (Tensor|Linalg|MemRef|Complex) dialects on LLVM Dialect and LLVM Core in CMake build (#104832)" (PR #105703)
Matthias Springer
llvmlistbot at llvm.org
Wed Aug 28 13:36:20 PDT 2024
================
@@ -13,10 +13,11 @@ add_mlir_conversion_library(MLIRVectorToLLVM
Core
LINK_LIBS PUBLIC
- MLIRArithDialect
+ MLIRArithAttrToLLVMConversion
+ MLIRArithDialect
MLIRLLVMCommonConversion
MLIRLLVMDialect
- MLIRMemRefDialect
+ MLIRMemRefDialect
----------------
matthias-springer wrote:
nit: space
https://github.com/llvm/llvm-project/pull/105703
More information about the Mlir-commits
mailing list