bolt/deps/llvm-18.1.8/polly/unittests/ScopPassManager/CMakeLists.txt

8 lines
237 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_polly_unittest(ScopPassManagerTests
PassManagerTest.cpp
)
if (NOT LLVM_LINK_LLVM_DYLIB)
llvm_map_components_to_libnames(llvm_libs Passes Core Analysis)
target_link_libraries(ScopPassManagerTests PRIVATE ${llvm_libs})
endif()