brintos

brintos / llvm-project-archived public Read only

0
0
Text · 406 B · f40864d Raw
19 lines · plain
1add_mlir_unittest(MLIRInterfacesTests2  ControlFlowInterfacesTest.cpp3  DataLayoutInterfacesTest.cpp4  InferIntRangeInterfaceTest.cpp5  InferTypeOpInterfaceTest.cpp6)7 8mlir_target_link_libraries(MLIRInterfacesTests9  PRIVATE10  MLIRArithDialect11  MLIRControlFlowInterfaces12  MLIRDataLayoutInterfaces13  MLIRDLTIDialect14  MLIRFuncDialect15  MLIRInferIntRangeInterface16  MLIRInferTypeOpInterface17  MLIRParser18)19