bolt/deps/llvm-18.1.8/mlir/unittests/Support/CMakeLists.txt

9 lines
172 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_mlir_unittest(MLIRSupportTests
IndentedOstreamTest.cpp
MathExtrasTest.cpp
StorageUniquerTest.cpp
)
target_link_libraries(MLIRSupportTests
PRIVATE MLIRSupport)