[polly] r203859 - update comment

Sebastian Pop spop at codeaurora.org
Thu Mar 13 15:07:17 PDT 2014


Author: spop
Date: Thu Mar 13 17:07:17 2014
New Revision: 203859

URL: http://llvm.org/viewvc/llvm-project?rev=203859&view=rev
Log:
update comment

Modified:
    polly/trunk/lib/CMakeLists.txt

Modified: polly/trunk/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CMakeLists.txt?rev=203859&r1=203858&r2=203859&view=diff
==============================================================================
--- polly/trunk/lib/CMakeLists.txt (original)
+++ polly/trunk/lib/CMakeLists.txt Thu Mar 13 17:07:17 2014
@@ -1,6 +1,3 @@
-# build a monolithic libLLVMPollyLib.$shlibext
-# and a thin module LLVMPolly.moduleext that links to that shared library
-
 set(LLVM_NO_RTTI 1)
 
 if (PLUTO_FOUND)
@@ -74,6 +71,8 @@ add_polly_library(Polly
   ${POLLY_PLUTO_FILES}
   )
 
+# Build a monolithic Polly.a and a thin module LLVMPolly.moduleext that links to
+# that static library.
 add_polly_loadable_module(LLVMPolly
   Polly.cpp
 )





More information about the llvm-commits mailing list