[PATCH] D72419: add a missing dependency for Linalg conversion
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 14:01:13 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG016bf03ef6fc: [mlir] add a missing dependency for Linalg conversion (authored by schweitz, committed by ftynse).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72419/new/
https://reviews.llvm.org/D72419
Files:
mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
Index: mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
===================================================================
--- mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
+++ mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
@@ -5,6 +5,7 @@
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/LinalgToLLVM
)
set(LIBS
+ MLIRLinalg
MLIRLLVMIR
MLIRTransforms
LLVMCore
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72419.237192.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200109/a4f82cd2/attachment.bin>
More information about the llvm-commits
mailing list