blob: 5613b28e3418f1983936e203396c2f11b82aee62 [file] [log] [blame]
add_mlir_conversion_library(MLIRAffineToStandard
AffineToStandard.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/AffineToStandard
)
target_link_libraries(
MLIRAffineToStandard
PUBLIC
MLIRAffine
MLIRLoopOps
MLIRPass
MLIRStandardOps
MLIRTransforms
MLIRIR
LLVMCore
LLVMSupport
)