brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · 92bb5fe Raw
10 lines · plain
1add_mlir_unittest(MLIRBytecodeTests2  BytecodeTest.cpp3)4mlir_target_link_libraries(MLIRBytecodeTests5  PRIVATE6  MLIRBytecodeReader7  MLIRBytecodeWriter8  MLIRParser9)10