[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / polly / unittests / ScopPassManager / CMakeLists.txt
blob88300144af352e413d624b870524384f003e1b72
1 add_polly_unittest(ScopPassManagerTests
2   PassManagerTest.cpp
3   )
4 if (NOT LLVM_LINK_LLVM_DYLIB)
5   llvm_map_components_to_libnames(llvm_libs Passes Core Analysis)
6   target_link_libraries(ScopPassManagerTests PRIVATE ${llvm_libs})
7 endif()