[SLP]Fix PR104422: Wrong value truncation
[llvm-project.git] / mlir / unittests / Support / CMakeLists.txt
blobec79a1c64090924e986a1f510f8e62f720735030
1 add_mlir_unittest(MLIRSupportTests
2   CyclicReplacerCacheTest.cpp
3   IndentedOstreamTest.cpp
4   StorageUniquerTest.cpp
7 target_link_libraries(MLIRSupportTests
8   PRIVATE MLIRSupport)