10 lines
164 B
Text
10 lines
164 B
Text
|
add_mlir_unittest(MLIRBytecodeTests
|
||
|
BytecodeTest.cpp
|
||
|
)
|
||
|
target_link_libraries(MLIRBytecodeTests
|
||
|
PRIVATE
|
||
|
MLIRBytecodeReader
|
||
|
MLIRBytecodeWriter
|
||
|
MLIRParser
|
||
|
)
|