You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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()
|