bolt/deps/llvm-18.1.8/mlir/unittests/Bytecode/CMakeLists.txt
2025-02-14 19:21:04 +01:00

9 lines
164 B
CMake

add_mlir_unittest(MLIRBytecodeTests
BytecodeTest.cpp
)
target_link_libraries(MLIRBytecodeTests
PRIVATE
MLIRBytecodeReader
MLIRBytecodeWriter
MLIRParser
)