summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2016-11-03 22:02:40 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2016-11-03 22:02:40 +0000
commit0179bb56784955cb5ec261c2e6ae489d52cb8c42 (patch)
tree2728809c32ca62b9b04a19e0123d6cb2cdcf70e3 /clang
parentd662db602a4f2ab871bec23273bb590a3692a87d (diff)
downloadbcm5719-llvm-0179bb56784955cb5ec261c2e6ae489d52cb8c42.tar.gz
bcm5719-llvm-0179bb56784955cb5ec261c2e6ae489d52cb8c42.zip
Remove the unused POLLY_LINK_LIBS for linking polly into clang
llvm-svn: 285971
Diffstat (limited to 'clang')
-rw-r--r--clang/tools/driver/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/tools/driver/CMakeLists.txt b/clang/tools/driver/CMakeLists.txt
index 5b02a4ec1eb..f5fbff5d8ec 100644
--- a/clang/tools/driver/CMakeLists.txt
+++ b/clang/tools/driver/CMakeLists.txt
@@ -117,9 +117,4 @@ endif()
if(WITH_POLLY AND LINK_POLLY_INTO_TOOLS)
target_link_libraries(clang Polly)
- if(POLLY_LINK_LIBS)
- foreach(lib ${POLLY_LINK_LIBS})
- target_link_libraries(clang ${lib})
- endforeach(lib)
- endif(POLLY_LINK_LIBS)
endif(WITH_POLLY AND LINK_POLLY_INTO_TOOLS)
OpenPOWER on IntegriCloud