blob: f40864d1756298d86f6f1935dc8a254f02282767 [file] [log] [blame]
add_mlir_unittest(MLIRInterfacesTests
ControlFlowInterfacesTest.cpp
DataLayoutInterfacesTest.cpp
InferIntRangeInterfaceTest.cpp
InferTypeOpInterfaceTest.cpp
)
mlir_target_link_libraries(MLIRInterfacesTests
PRIVATE
MLIRArithDialect
MLIRControlFlowInterfaces
MLIRDataLayoutInterfaces
MLIRDLTIDialect
MLIRFuncDialect
MLIRInferIntRangeInterface
MLIRInferTypeOpInterface
MLIRParser
)