[PATCH] D77927: [MLIR] CMake cleanup for mlir-opt

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 18:22:08 PDT 2020


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

A few libraries which are also Dialect libraries where independently
in the link line for mlir-opt.  Remove them.

Depends on D77926 <https://reviews.llvm.org/D77926>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77927

Files:
  mlir/tools/mlir-opt/CMakeLists.txt


Index: mlir/tools/mlir-opt/CMakeLists.txt
===================================================================
--- mlir/tools/mlir-opt/CMakeLists.txt
+++ mlir/tools/mlir-opt/CMakeLists.txt
@@ -7,7 +7,6 @@
 set(LIBS
   ${dialect_libs}
   ${conversion_libs}
-  MLIRLoopOpsTransforms
   MLIRLoopAnalysis
   MLIRAffineTransformsTestPasses
   MLIRAnalysis
@@ -16,9 +15,7 @@
   MLIROptLib
   MLIRParser
   MLIRPass
-  MLIRSPIRV
   MLIRSPIRVTestPasses
-  MLIRSPIRVTransforms
   MLIRTransforms
   MLIRTransformUtils
   MLIRTestDialect


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77927.256733.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200411/dab5b5cd/attachment.bin>


More information about the llvm-commits mailing list