blob: d86710c2781a75b62be2187173b4705c9909f48e [file] [log] [blame]
add_mlir_unittest(MLIRInterfacesTests
ControlFlowInterfacesTest.cpp
DataLayoutInterfacesTest.cpp
InferTypeOpInterfaceTest.cpp
)
target_link_libraries(MLIRInterfacesTests
PRIVATE
MLIRControlFlowInterfaces
MLIRDataLayoutInterfaces
MLIRDLTI
MLIRInferTypeOpInterface
MLIRParser
MLIRStandard
)