diff options
Diffstat (limited to 'polly/lib/CMakeLists.txt')
-rw-r--r-- | polly/lib/CMakeLists.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt index 3f7aceec8b8..763b4da745c 100644 --- a/polly/lib/CMakeLists.txt +++ b/polly/lib/CMakeLists.txt @@ -73,15 +73,10 @@ add_polly_library(LLVMPollyLib ${POLLY_PLUTO_FILES} ) -target_link_libraries(LLVMPollyLib - LLVMSupport - LLVMScalarOpts - LLVMTransformUtils - LLVMipo +add_polly_loadable_module(LLVMPolly + PollyModule.cpp ) -add_polly_loadable_module(LLVMPolly) - if (TARGET intrinsics_gen) # Check if we are building as part of an LLVM build add_dependencies(LLVMPolly intrinsics_gen) |