repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
polly
/
unittests
/
ScopPassManager
/
CMakeLists.txt
blob
88300144af352e413d624b870524384f003e1b72
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()