(cmake) rename polly's shared lib.

llvm-svn: 203608
This commit is contained in:
Andreas Simbuerger 2014-03-11 21:26:02 +00:00
parent 19523ed2be
commit 7f97f8cb0f
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ if (SCOPLIB_FOUND)
Exchange/ScopLibImporter.cpp)
endif (SCOPLIB_FOUND)
add_polly_library(LLVMPollyLib
add_polly_library(Polly
RegisterPasses.cpp
Analysis/Dependences.cpp
Analysis/ScopDetection.cpp
@ -80,10 +80,10 @@ add_polly_loadable_module(LLVMPolly
if (TARGET intrinsics_gen)
# Check if we are building as part of an LLVM build
add_dependencies(LLVMPollyLib intrinsics_gen)
add_dependencies(LLVMPolly intrinsics_gen)
endif()
target_link_libraries(LLVMPolly LLVMPollyLib)
target_link_libraries(LLVMPolly Polly)
set_target_properties(LLVMPolly
PROPERTIES