brintos

brintos / llvm-project-archived public Read only

0
0
Text · 215 B · 45d7f21 Raw
13 lines · plain
1add_mlir_library(MLIRBytecodeWriter2  BytecodeWriter.cpp3  IRNumbering.cpp4 5  ADDITIONAL_HEADER_DIRS6  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode7 8  LINK_LIBS PUBLIC9  MLIRIR10  MLIRSupport11  MLIRBytecodeOpInterface12  )13