18 lines
382 B
CMake
18 lines
382 B
CMake
add_mlir_unittest(MLIRInterfacesTests
|
|
ControlFlowInterfacesTest.cpp
|
|
DataLayoutInterfacesTest.cpp
|
|
InferIntRangeInterfaceTest.cpp
|
|
InferTypeOpInterfaceTest.cpp
|
|
)
|
|
|
|
target_link_libraries(MLIRInterfacesTests
|
|
PRIVATE
|
|
MLIRControlFlowInterfaces
|
|
MLIRDataLayoutInterfaces
|
|
MLIRDLTIDialect
|
|
MLIRFuncDialect
|
|
MLIRInferIntRangeInterface
|
|
MLIRInferTypeOpInterface
|
|
MLIRParser
|
|
)
|