[PATCH] D80035: [MLIR] LinalgToStandard: use LINK_LIBS rather than target_link_libraries.
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 14:42:39 PDT 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1cff8e8de79f: [MLIR] LinalgToStandard: use LINK_LIBS rather than target_link_libraries. (authored by stephenneuendorffer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80035/new/
https://reviews.llvm.org/D80035
Files:
mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
Index: mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
===================================================================
--- mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
+++ mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
@@ -6,15 +6,14 @@
DEPENDS
MLIRConversionPassIncGen
-)
-target_link_libraries(MLIRLinalgToStandard
- PUBLIC
+ LINK_LIBS PUBLIC
MLIREDSC
MLIRIR
MLIRLinalgOps
MLIRPass
MLIRSCF
+ MLIRTransforms
LLVMCore
LLVMSupport
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80035.264347.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/7d101f6a/attachment.bin>
More information about the llvm-commits
mailing list