Sign in
◑
Theme
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
mlir
/
unittests
/
Bytecode
/
CMakeLists.txt
blob: 82f7ee60e9c525fc0e3563de2d535f743fdfebce [
file
]
add_mlir_unittest(MLIRBytecodeTests
BytecodeTest.cpp
)
target_link_libraries(MLIRBytecodeTests
PRIVATE
MLIRBytecodeReader
MLIRBytecodeWriter
MLIRParser
)