summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2013-11-16 15:28:55 +0000
committerSebastian Pop <spop@codeaurora.org>2013-11-16 15:28:55 +0000
commit3d1806b9077f19ea3657452bbbd97b4c320ccb09 (patch)
tree4425544318e404ce9450930a1495f856c031ae21 /polly/lib/Exchange
parent8d6cca19060e3aee15fe722f514d6dd011a382b9 (diff)
downloadbcm5719-llvm-3d1806b9077f19ea3657452bbbd97b4c320ccb09.tar.gz
bcm5719-llvm-3d1806b9077f19ea3657452bbbd97b4c320ccb09.zip
prepend LLVM to all Polly* libs
llvm-svn: 194923
Diffstat (limited to 'polly/lib/Exchange')
-rw-r--r--polly/lib/Exchange/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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)
OpenPOWER on IntegriCloud