OSDN Git Service

[MLIR] LinalgToStandard: use LINK_LIBS rather than target_link_libraries.
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Fri, 15 May 2020 21:22:35 +0000 (14:22 -0700)
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Fri, 15 May 2020 21:25:28 +0000 (14:25 -0700)
commit1cff8e8de79f0308536fd78c81055c4452eb5c28
tree4db3d6ad74b35abbba0c1280571238f3cf93dbaa
parenta63eedd049bfde97f1d73caa61d27df600501c54
[MLIR] LinalgToStandard: use LINK_LIBS rather than target_link_libraries.

Also, missing MLIRTransforms as a dependency.  This breaks BUILD_SHARED_LIBS=on

Differential Revision: https://reviews.llvm.org/D80035
mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt