[PATCH] D72481: [mlir][EDSC] Refactor dependencies involving EDSCs.
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 23:40:36 PST 2020
ftynse added a comment.
All cmake files here are missing target_link_library. Is it intentional?
================
Comment at: mlir/lib/Dialect/Linalg/CMakeLists.txt:18
+add_dependencies(MLIRLinalgRegistration
+ MLIRLinalgOps
----------------
This may also need MLIRIR
================
Comment at: mlir/lib/Dialect/Linalg/EDSC/CMakeLists.txt:10
+
+add_dependencies(MLIRLinalgEDSC
+ MLIREDSC
----------------
This also needs MLIRLoopOps and any other library it uses
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72481/new/
https://reviews.llvm.org/D72481
More information about the llvm-commits
mailing list