brintos

brintos / llvm-project-archived public Read only

0
0
Text · 328 B · 7d32577 Raw
19 lines · plain
1add_irdl_to_cpp_target(TestIRDLToCppGen test_irdl_to_cpp.irdl.mlir)2 3add_mlir_library(MLIRTestIRDLToCppDialect4  TestIRDLToCppDialect.cpp5 6  EXCLUDE_FROM_LIBMLIR7 8  DEPENDS9  TestIRDLToCppGen10)11 12mlir_target_link_libraries(MLIRTestIRDLToCppDialect PUBLIC13  MLIRIR14  MLIRPass15  MLIRSCFDialect16  MLIRTransforms17  MLIRTestDialect18)19