Skip to content

Commit 6f71678

Browse files
serge-sans-pailletstellar
serge-sans-paille
authored andcommitted
Make Polly tests dependencies explicit
Due to libPolly now using the component infrastructure, it no longer carries all dependencies as it used to do. Differential Revision: https://reviews.llvm.org/D79295 (cherry picked from commit 8ceee08)
1 parent 3ca8b23 commit 6f71678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
llvm_map_components_to_libnames(llvm_libs Passes Core Analysis)
12
add_polly_unittest(ScopPassManagerTests
23
PassManagerTest.cpp
34
)
5+
target_link_libraries(ScopPassManagerTests PRIVATE ${llvm_libs})

0 commit comments

Comments
 (0)