summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>2014-03-11 21:26:02 +0000
committerAndreas Simbuerger <simbuerg@fim.uni-passau.de>2014-03-11 21:26:02 +0000
commit7f97f8cb0fbdc0583be1d7486e14417c05cbd70b (patch)
tree0daa3074db7fc9e3507210ab5c877b6d8e332beb
parent19523ed2bec3805b197b3085d579642646559b94 (diff)
downloadbcm5719-llvm-7f97f8cb0fbdc0583be1d7486e14417c05cbd70b.tar.gz
bcm5719-llvm-7f97f8cb0fbdc0583be1d7486e14417c05cbd70b.zip
(cmake) rename polly's shared lib.
llvm-svn: 203608
-rw-r--r--polly/lib/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index 644ee6b1494..e9c76228007 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -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
OpenPOWER on IntegriCloud