19 lines
401 B
Text
19 lines
401 B
Text
|
add_mlir_unittest(MLIRInterfacesTests
|
||
|
ControlFlowInterfacesTest.cpp
|
||
|
DataLayoutInterfacesTest.cpp
|
||
|
InferIntRangeInterfaceTest.cpp
|
||
|
InferTypeOpInterfaceTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(MLIRInterfacesTests
|
||
|
PRIVATE
|
||
|
MLIRArithDialect
|
||
|
MLIRControlFlowInterfaces
|
||
|
MLIRDataLayoutInterfaces
|
||
|
MLIRDLTIDialect
|
||
|
MLIRFuncDialect
|
||
|
MLIRInferIntRangeInterface
|
||
|
MLIRInferTypeOpInterface
|
||
|
MLIRParser
|
||
|
)
|