[PATCH] D72419: add a missing dependency for Linalg conversion
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 15:00:40 PST 2020
schweitz created this revision.
schweitz added reviewers: ftynse, mehdi_amini, jpienaar.
Herald added subscribers: llvm-commits, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, rriddle, mgorny.
Herald added a project: LLVM.
We were seeing some occasional build failures that would come and go. It appeared to be this missing dependence.
Repository:
rG LLVM Github Monorepo
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.236915.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200108/e23d6c64/attachment.bin>
More information about the llvm-commits
mailing list