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

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 22:24:15 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 rG4956871c0e6f: [MLIR] CMake cleanup for mlir-opt (authored by stephenneuendorffer).

Repository:
  rG LLVM Github Monorepo

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

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.256822.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200412/934ba1dc/attachment.bin>


More information about the llvm-commits mailing list