The bytecode reader didn't handle properly the case where resource names conflicted and were renamed, leading to orphan handles in the IR as well as overwriting the exiting resources. Differential Revision: https://reviews.llvm.org/D151408
10 lines
164 B
CMake
10 lines
164 B
CMake
add_mlir_unittest(MLIRBytecodeTests
|
|
BytecodeTest.cpp
|
|
)
|
|
target_link_libraries(MLIRBytecodeTests
|
|
PRIVATE
|
|
MLIRBytecodeReader
|
|
MLIRBytecodeWriter
|
|
MLIRParser
|
|
)
|