mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-04 14:23:00 +00:00
[Polly] Support linking ScopPassManager against LLVM dylib
Link ScopPassManager to LLVM dylib target if LLVM_LINK_LLVM_DYLIB is enabled. This fixes build failures on systems where static LLVM libraries are not installed. Differential Revision: https://reviews.llvm.org/D85281
This commit is contained in:
parent
c530539bad
commit
96b02808af
@ -1,5 +1,7 @@
|
|||||||
llvm_map_components_to_libnames(llvm_libs Passes Core Analysis)
|
|
||||||
add_polly_unittest(ScopPassManagerTests
|
add_polly_unittest(ScopPassManagerTests
|
||||||
PassManagerTest.cpp
|
PassManagerTest.cpp
|
||||||
)
|
)
|
||||||
target_link_libraries(ScopPassManagerTests PRIVATE ${llvm_libs})
|
if (NOT LLVM_LINK_LLVM_DYLIB)
|
||||||
|
llvm_map_components_to_libnames(llvm_libs Passes Core Analysis)
|
||||||
|
target_link_libraries(ScopPassManagerTests PRIVATE ${llvm_libs})
|
||||||
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user