Sign in
llvm
/
llvm-project
/
refs/heads/revert-122241-slp-getSameOpcode
/
.
/
mlir
/
unittests
/
Bytecode
/
CMakeLists.txt
blob: 92bb5fe3c158de11796a7e4dacb56c06c0b152d4 [
file
] [
log
] [
blame
]
add_mlir_unittest(MLIRBytecodeTests
BytecodeTest.cpp
)
mlir_target_link_libraries(MLIRBytecodeTests
PRIVATE
MLIRBytecodeReader
MLIRBytecodeWriter
MLIRParser
)