[Mlir-commits] [mlir] 4956871 - [MLIR] CMake cleanup for mlir-opt

Stephen Neuendorffer llvmlistbot at llvm.org
Sat Apr 11 22:02:27 PDT 2020


Author: Stephen Neuendorffer
Date: 2020-04-11T22:02:16-07:00
New Revision: 4956871c0e6f21a89924b0aaf8f4e5ee6b27d083

URL: https://github.com/llvm/llvm-project/commit/4956871c0e6f21a89924b0aaf8f4e5ee6b27d083
DIFF: https://github.com/llvm/llvm-project/commit/4956871c0e6f21a89924b0aaf8f4e5ee6b27d083.diff

LOG: [MLIR] CMake cleanup for mlir-opt

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

Differential Revision: https://reviews.llvm.org/D77927

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/tools/mlir-opt/CMakeLists.txt b/mlir/tools/mlir-opt/CMakeLists.txt
index fea0e7ffa22b..55b5762923c3 100644
--- a/mlir/tools/mlir-opt/CMakeLists.txt
+++ b/mlir/tools/mlir-opt/CMakeLists.txt
@@ -7,7 +7,6 @@ get_property(conversion_libs GLOBAL PROPERTY MLIR_CONVERSION_LIBS)
 set(LIBS
   ${dialect_libs}
   ${conversion_libs}
-  MLIRLoopOpsTransforms
   MLIRLoopAnalysis
   MLIRAffineTransformsTestPasses
   MLIRAnalysis
@@ -16,9 +15,7 @@ set(LIBS
   MLIROptLib
   MLIRParser
   MLIRPass
-  MLIRSPIRV
   MLIRSPIRVTestPasses
-  MLIRSPIRVTransforms
   MLIRTransforms
   MLIRTransformUtils
   MLIRTestDialect


        


More information about the Mlir-commits mailing list