[PATCH] D80074: [MLIR][cmake] use LINK_LIBS PUBLIC for MLIRStandardOpsTransforms

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 16 22:47:50 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 rGefa70843aa71: [MLIR][cmake] use LINK_LIBS PUBLIC for MLIRStandardOpsTransforms (authored by stephenneuendorffer).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80074/new/

https://reviews.llvm.org/D80074

Files:
  mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt


Index: mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
===================================================================
--- mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
+++ mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
@@ -7,9 +7,8 @@
 
   DEPENDS
   MLIRStandardTransformsIncGen
-  )
-target_link_libraries(MLIRStandardOpsTransforms
-  PUBLIC
+
+  LINK_LIBS PUBLIC
   MLIRIR
   MLIRPass
   MLIRStandardOps


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80074.264474.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200517/93ce537f/attachment.bin>


More information about the llvm-commits mailing list