[PATCH] D79403: [MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms.

Alexander Belyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 03:44:17 PDT 2020


pifon2a created this revision.
pifon2a added a reviewer: ftynse.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini, mgorny.
Herald added a project: LLVM.

This fixes shared lib build.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79403

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
@@ -13,5 +13,6 @@
   MLIRPass
   MLIRStandardOps
   MLIRSupport
+  MLIRTransforms 
   LLVMSupport
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79403.262053.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/15a9fccd/attachment.bin>


More information about the llvm-commits mailing list