[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
This commit is contained in:
Stephen Neuendorffer 2020-04-10 18:20:20 -07:00
parent 4c18e1d3af
commit 4956871c0e

View file

@ -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