blob: ea60836bb1e9f970d6735b7adb3a3277aeba1b49 [file] [log] [blame]
add_llvm_executable(mpact-opt mpact_opt.cpp)
set(dependency_libraries)
if(TORCH_MLIR_ENABLE_STABLEHLO)
list(APPEND dependency_libraries StablehloRegister)
endif()
target_link_libraries(mpact-opt PRIVATE
MLIROptLib
MLIRTransforms
TorchMLIRInitAll
TorchMLIRTorchDialect
TorchMLIRTorchPasses
${dependency_libraries}
)