[polly] r285976 - Remove POLLY_LINK_LIBS, it is not used

Hongbin Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 17:32:32 PDT 2016


Author: ether
Date: Thu Nov  3 19:32:32 2016
New Revision: 285976

URL: http://llvm.org/viewvc/llvm-project?rev=285976&view=rev
Log:
Remove POLLY_LINK_LIBS, it is not used

Modified:
    polly/trunk/CMakeLists.txt

Modified: polly/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/CMakeLists.txt?rev=285976&r1=285975&r2=285976&view=diff
==============================================================================
--- polly/trunk/CMakeLists.txt (original)
+++ polly/trunk/CMakeLists.txt Thu Nov  3 19:32:32 2016
@@ -223,5 +223,3 @@ set_target_properties(polly-check-format
 add_custom_target(polly-update-format DEPENDS ${update_format_depends})
 set_target_properties(polly-update-format PROPERTIES FOLDER "Polly")
 
-# Set the variable POLLY_LINK_LIBS in the llvm/tools/ dir.
-set(POLLY_LINK_LIBS ${POLLY_LINK_LIBS} PARENT_SCOPE)




More information about the llvm-commits mailing list