summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/Analysis/CMakeLists.txt2
-rw-r--r--polly/lib/CMakeLists.txt20
-rw-r--r--polly/lib/CodeGen/CMakeLists.txt2
-rw-r--r--polly/lib/Exchange/CMakeLists.txt4
-rw-r--r--polly/lib/JSON/CMakeLists.txt2
-rw-r--r--polly/lib/Support/CMakeLists.txt2
6 files changed, 16 insertions, 16 deletions
diff --git a/polly/lib/Analysis/CMakeLists.txt b/polly/lib/Analysis/CMakeLists.txt
index d7b0a14062c..fc4bfa08267 100644
--- a/polly/lib/Analysis/CMakeLists.txt
+++ b/polly/lib/Analysis/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_polly_library(PollyAnalysis
+add_polly_library(LLVMPollyAnalysis
Dependences.cpp
MayAliasSet.cpp
ScopDetection.cpp
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index 1141bb36804..d82b0ce5c1f 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -16,11 +16,11 @@ if (PLUTO_FOUND)
endif (PLUTO_FOUND)
set(LLVM_USED_LIBS
- PollyAnalysis
- PollyCodeGen
- PollyExchange
- PollySupport
- PollyJSON
+ LLVMPollyAnalysis
+ LLVMPollyCodeGen
+ LLVMPollyExchange
+ LLVMPollySupport
+ LLVMPollyJSON
)
add_polly_loadable_module(LLVMPolly
@@ -41,11 +41,11 @@ if (TARGET intrinsics_gen)
endif()
add_dependencies(LLVMPolly
- PollyAnalysis
- PollyCodeGen
- PollyExchange
- PollySupport
- PollyJSON
+ LLVMPollyAnalysis
+ LLVMPollyCodeGen
+ LLVMPollyExchange
+ LLVMPollySupport
+ LLVMPollyJSON
)
set_target_properties(LLVMPolly
diff --git a/polly/lib/CodeGen/CMakeLists.txt b/polly/lib/CodeGen/CMakeLists.txt
index b1c29c51441..4cb8e7f2405 100644
--- a/polly/lib/CodeGen/CMakeLists.txt
+++ b/polly/lib/CodeGen/CMakeLists.txt
@@ -13,7 +13,7 @@ if (GPU_CODEGEN)
PTXGenerator.cpp)
endif (GPU_CODEGEN)
-add_polly_library(PollyCodeGen
+add_polly_library(LLVMPollyCodeGen
BlockGenerators.cpp
${CLOOG_FILES}
${ISL_CODEGEN_FILES}
diff --git a/polly/lib/Exchange/CMakeLists.txt b/polly/lib/Exchange/CMakeLists.txt
index 391f242992f..5b8feabb817 100644
--- a/polly/lib/Exchange/CMakeLists.txt
+++ b/polly/lib/Exchange/CMakeLists.txt
@@ -11,10 +11,10 @@ if (SCOPLIB_FOUND)
ScopLibImporter.cpp)
endif (SCOPLIB_FOUND)
-add_polly_library(PollyExchange
+add_polly_library(LLVMPollyExchange
JSONExporter.cpp
${POLLY_OPENSCOP_FILES}
${POLLY_SCOPLIB_FILES}
)
-target_link_libraries(PollyExchange PollyJSON)
+target_link_libraries(LLVMPollyExchange LLVMPollyJSON)
diff --git a/polly/lib/JSON/CMakeLists.txt b/polly/lib/JSON/CMakeLists.txt
index 68bc1a1932d..1ea75c6ec4e 100644
--- a/polly/lib/JSON/CMakeLists.txt
+++ b/polly/lib/JSON/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_polly_library(PollyJSON
+add_polly_library(LLVMPollyJSON
json_reader.cpp
json_value.cpp
json_writer.cpp
diff --git a/polly/lib/Support/CMakeLists.txt b/polly/lib/Support/CMakeLists.txt
index c6dfd87b243..b1700447d65 100644
--- a/polly/lib/Support/CMakeLists.txt
+++ b/polly/lib/Support/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_polly_library(PollySupport
+add_polly_library(LLVMPollySupport
GICHelper.cpp
SCEVValidator.cpp
ScopHelper.cpp
OpenPOWER on IntegriCloud