blob: 8c739a0ff7ab858692e68f925e6e579165f43b64 [file] [log] [blame]
set(LIBS
# Local dialects.
IREEInputDialect
IREELinalgExtDialect
IREELinalgExtOpInterfaceImpl
IREELinalgExtPasses
IREELinalgExtTransforms
IREELinalgTransformDialect
IREELinalgTransformDialectTransforms
IREELinalgTransformTestPasses
IREETransformsTestPasses
IREEPyDMDialect
IREEPyDMPasses
# Core dialects.
MLIRArithmetic
MLIRAsync
MLIRControlFlow
MLIRDialect
MLIRFunc
MLIRLinalg
MLIRMemRef
MLIROptLib
MLIRPDL
MLIRPDLInterp
MLIRSCF
MLIRSCFTransforms
MLIRTensor
MLIRTransforms
)
add_llvm_tool(iree-dialects-opt
iree-dialects-opt.cpp
DEPENDS
${LIBS}
)
target_link_libraries(iree-dialects-opt PRIVATE ${LIBS})