Sign in
llvm
/
llvm-project
/
mlir
/
42cdcd509663ac16cb96dc7eb0f7811c98ba0243
/
.
/
unittests
/
Bytecode
/
CMakeLists.txt
blob: 92bb5fe3c158de11796a7e4dacb56c06c0b152d4 [
file
]
add_mlir_unittest(MLIRBytecodeTests
BytecodeTest.cpp
)
mlir_target_link_libraries(MLIRBytecodeTests
PRIVATE
MLIRBytecodeReader
MLIRBytecodeWriter
MLIRParser
)