]> granicus.if.org Git - clang/commitdiff
Remove the unused POLLY_LINK_LIBS for linking polly into clang
authorHongbin Zheng <etherzhhb@gmail.com>
Thu, 3 Nov 2016 22:02:40 +0000 (22:02 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Thu, 3 Nov 2016 22:02:40 +0000 (22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285971 91177308-0d34-0410-b5e6-96231b3b80d8

tools/driver/CMakeLists.txt

index 5b02a4ec1ebe145f561d6021c926b5a96d426d54..f5fbff5d8ec2dfd0e68a39617a72cbd2da818808 100644 (file)
@@ -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)