summaryrefslogtreecommitdiff
path: root/tools/driver
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
commit6fdc22eec34fd2b3c5cb5e0da21f6126d7fed9bd (patch)
treeb97cdeb8c5d2e5a74bc0819859191e48ecbab6c0 /tools/driver
parentca5764ab60cea6ebd0f3ac7ba5884f5f3b6c11a5 (diff)
Remove the unused POLLY_LINK_LIBS for linking polly into clang
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver')
-rw-r--r--tools/driver/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt
index 5b02a4ec1e..f5fbff5d8e 100644
--- a/tools/driver/CMakeLists.txt
+++ b/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)